Skip to content

Commit

Permalink
do one thing
Browse files Browse the repository at this point in the history
  • Loading branch information
jupyterkat committed Nov 9, 2024
1 parent 31c5606 commit 1529f18
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ jobs:

- 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
sudo apt install g++-multilib -y
if: matrix.os == 'ubuntu-20.04'

- name: Setup Toolchains (Ubuntu)
Expand Down

0 comments on commit 1529f18

Please sign in to comment.