Skip to content

Commit

Permalink
install g++-multilib for publish workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
  • Loading branch information
MasterOdin authored Sep 23, 2020
1 parent 12c9a2c commit e798122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- name: Install Linux Dependencies
if: ${{ matrix.os == 'ubuntu-latest' }}
run: sudo apt-get install libgnome-keyring-dev icnsutils graphicsmagick rpm bsdtar gcc-multilib
run: sudo apt-get install libgnome-keyring-dev icnsutils graphicsmagick rpm bsdtar gcc-multilib g++-multilib

- uses: actions/checkout@v2

Expand Down

0 comments on commit e798122

Please sign in to comment.