Skip to content

Commit

Permalink
huh wuh
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSuckerberg committed Jul 1, 2023
1 parent 86b2967 commit 4f9da43
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
debug_pdb_name: auxmos.pdb
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v3

- name: Setup Toolchains (Windows)
uses: actions-rs/toolchain@v1
Expand All @@ -29,11 +29,10 @@ jobs:
target: i686-pc-windows-msvc
if: matrix.os == 'windows-latest'

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

- name: Setup Toolchains (Ubuntu)
Expand Down

0 comments on commit 4f9da43

Please sign in to comment.