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 e7c9635 commit ede7438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: install 32-bit
if: ${{ startsWith(matrix.os, 'ubuntu') && startsWith(matrix.target, 'i686') }}
run: |
sudo apt install gcc-multilib
sudo apt-get install gcc-multilib
- name: build
shell: bash
Expand Down

0 comments on commit ede7438

Please sign in to comment.