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 613b08d commit c42bb34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
sudo apt-get -y install ./zulu11.68.17-ca-fx-jdk11.0.21-linux_amd64.deb
- name: Environment setup
run: |
sudo apt install -y wine xvfb
sudo apt install -y wine wine32 xvfb
# dpkg --add-architecture i386 && apt-get update
- name: Checkout
uses: actions/checkout@v4
- name: Build
Expand Down

0 comments on commit c42bb34

Please sign in to comment.