Skip to content

Commit

Permalink
GCC Multilib required to build better-sql3
Browse files Browse the repository at this point in the history
Necessary until better-sql3 publishes prebuilt binaries for linux ia32
  • Loading branch information
cbartondock authored Nov 18, 2021
1 parent f831600 commit efc00e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ jobs:
- name: Build Linux
if: ${{ matrix.os == 'ubuntu-latest' }}
run: npm run build:linux -- --publish=onTagOrDraft
run: |
sudo apt-get update
sudo apt-get install gcc-multilib
npm run build:linux -- --publish=onTagOrDraft
env:
GH_TOKEN: ${{ secrets.DEPLOY_TOKEN }}

Expand Down

0 comments on commit efc00e6

Please sign in to comment.