Skip to content

Commit

Permalink
sync with upu
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Mar 21, 2024
1 parent 0c215a2 commit 5f3295b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
- uses: actions/checkout@v4

- name: Run tests
run: |
set -xeu -o pipefail
./extra/tests.sh
run: ./extra/tests.sh

- uses: devopsx/gha-ubuntu-i386-fix@master

- name: Install packages
run: sudo apt-get install -o=Dpkg::Use-Pty=0 -y crudini dos2unix gcc p7zip
run: |
sudo DEBIAN_FRONTEND=noninteractive eatmydata apt-get install -o=Dpkg::Use-Pty=0 -y crudini dos2unix gcc p7zip
WINEARCH=win32 eatmydata wineboot
- name: Build and package
run: ./extra/full.sh
Expand Down

0 comments on commit 5f3295b

Please sign in to comment.