Skip to content

Commit

Permalink
Fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kM committed Jun 18, 2024
1 parent c553a41 commit f50d170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Setup | Install multilib libraries
if: ${{ matrix.bits == 32 }}
run: sudo apt-get install gcc-multilib g++-multilib libc6:i386
run: sudo apt-get install gcc-multilib g++-multilib libc6-i386

- name: Setup GCC
if: ${{ matrix.compiler == 'gcc' }}
Expand Down

0 comments on commit f50d170

Please sign in to comment.