Skip to content

Commit

Permalink
g++-multilib also necessary it would appear
Browse files Browse the repository at this point in the history
  • Loading branch information
cbartondock authored Nov 18, 2021
1 parent efc00e6 commit 77749d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
sudo apt-get update
sudo apt-get install gcc-multilib
sudo apt-get install gcc-multilib g++-multilib
npm run build:linux -- --publish=onTagOrDraft
env:
GH_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
Expand Down

0 comments on commit 77749d3

Please sign in to comment.