Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bench against libb2 #458

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Attempt to install libc6
  • Loading branch information
R1kM committed Jun 18, 2024
commit c553a416d22acdda779c7a4c71a38fad1a6e1f0f
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
run: sudo apt-get install gcc-multilib g++-multilib libc6:i386

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