Skip to content

Commit

Permalink
30 minutes build is too long
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Dec 1, 2021
1 parent 3205e42 commit ca13bf4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,21 @@ env:

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

- name: Run tests
run: ./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 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
Expand Down

0 comments on commit ca13bf4

Please sign in to comment.