Skip to content

Commit

Permalink
Merge pull request #7 from zlocate/feature/githubActionsBuild
Browse files Browse the repository at this point in the history
Update build.yml
  • Loading branch information
zlocate authored Aug 24, 2020
2 parents 936d887 + 9676b25 commit 41e72b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
- name: Install deps
run: |
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install --no-install-recommends -y wine32 wine64 gcc-multilib g++-multilib
sudo apt-get update
sudo apt-get install --no-install-recommends -y wine32 wine64 gcc-multilib g++-multilib
- uses: actions/checkout@v2
- name: Setup Node.js environment
uses: actions/[email protected]
Expand Down

0 comments on commit 41e72b6

Please sign in to comment.