Skip to content

Commit

Permalink
oh fuck you too
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSuckerberg committed Jul 1, 2023
1 parent 308d384 commit 5b6fc74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ jobs:
run: |
sudo apt update
sudo apt install g++-multilib -y
if: matrix.os == 'ubuntu-latest'
if: matrix.os == 'ubuntu-20.04'

- name: Setup Toolchains (Ubuntu)
uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: i686-unknown-linux-gnu
if: matrix.os == 'ubuntu-latest'
if: matrix.os == 'ubuntu-20.04'

- name: Build auxmos (Windows)
uses: actions-rs/cargo@v1
Expand All @@ -56,7 +56,7 @@ jobs:
toolchain: stable
command: build
args: --target i686-unknown-linux-gnu --release --features "all_reaction_hooks katmos"
if: matrix.os == 'ubuntu-latest'
if: matrix.os == 'ubuntu-20.04'

- name: Upload binary to release
uses: svenstaro/upload-release-action@v1-release
Expand Down

0 comments on commit 5b6fc74

Please sign in to comment.