Skip to content

Commit

Permalink
Try to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Heath123 authored Oct 22, 2021
1 parent 17cd13a commit 1ec5a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
java-version: 1.8

- name: Install Wine
run: sudo apt install wine64
run: sudo apt update && sudo apt install wine64

- name: Install node-prune
run: curl -sf https://gobinaries.com/tj/node-prune | sh
Expand Down

0 comments on commit 1ec5a0b

Please sign in to comment.