Skip to content

Commit

Permalink
faster build
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Dec 1, 2021
1 parent 19ad3fb commit c52de31
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:

jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

Expand All @@ -18,11 +18,14 @@ jobs:
./extra/tests.sh
- name: Install packages
# The Github's Ubuntu images since 20211122.1 are broken
# https://github.com/actions/virtual-environments/issues/4589
run: |
set -xeu -o pipefail
sudo dpkg --add-architecture i386
sudo apt -qq update
sudo apt-get install -o=Dpkg::Use-Pty=0 -y crudini dos2unix gcc p7zip wine-stable wine32
sudo apt install -y --allow-downgrades libpcre2-8-0=10.34-7
sudo apt-get install -o=Dpkg::Use-Pty=0 -y crudini dos2unix gcc p7zip wine-stable wine32 >/dev/null
wineboot
- name: Build and package
Expand Down

0 comments on commit c52de31

Please sign in to comment.