Skip to content

Commit

Permalink
install that
Browse files Browse the repository at this point in the history
  • Loading branch information
jupyterkat committed Jun 11, 2024
1 parent c71fbc4 commit 4f7e5b5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
debug_pdb_name: auxmos.pdb
runs-on: ${{ matrix.os }}
steps:
- name: Install g++ multilib
run: |
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install build-essential g++-multilib libc6-i386 libstdc++6:i386
if: matrix.os == 'ubuntu-20.04'
- uses: actions/checkout@v4
- uses: taiki-e/upload-rust-binary-action@v1
with:
Expand Down

0 comments on commit 4f7e5b5

Please sign in to comment.