Skip to content

Commit

Permalink
Add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
berry120 committed Dec 17, 2023
1 parent d356b15 commit 576db2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Environment setup
run: |
sudo apt install -y wine xvfb
dpkg --add-architecture i386 && apt-get update && apt-get install wine32
sudo dpkg --add-architecture i386 && sudo apt-get update && sudo apt-get install wine32
- name: Checkout
uses: actions/checkout@v4
- name: Build
Expand Down

0 comments on commit 576db2e

Please sign in to comment.