Skip to content

Commit

Permalink
fix: add missing dependency for wine32 (#2872)
Browse files Browse the repository at this point in the history
issue #2823
  • Loading branch information
luelista committed Jun 28, 2022
1 parent 1d6641b commit b41d18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_gh_pages.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
sudo dpkg --add-architecture i386
sudo apt update
sudo apt-get install -y wine-stable wine32
sudo apt-get install -y wine-stable wine32 libwine:i386
- name: Build analysis
working-directory: ./analysis
Expand Down

0 comments on commit b41d18d

Please sign in to comment.