Skip to content

Commit

Permalink
fixup! add release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hellux committed Jan 12, 2024
1 parent d19db00 commit 01f4ddd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,6 @@ jobs:
rustup update stable
rustup target add ${{ matrix.target }}
- name: install 32-bit
if: ${{ startsWith(matrix.os, 'ubuntu') && startsWith(matrix.target, 'i686') }}
run: |
sudo apt-get update
sudo apt-get install gcc-multilib
- name: build
shell: bash
run: |
Expand Down

0 comments on commit 01f4ddd

Please sign in to comment.