Skip to content

Commit

Permalink
ci: no g++-multilib to build tests-overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabaluev committed Nov 29, 2024
1 parent 37c4258 commit 9723f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
with:
targets: i686-unknown-linux-gnu
- name: install multilib support for GCC
run: sudo apt-get install -y gcc-multilib g++-multilib
run: sudo apt-get install -y gcc-multilib
- name: install protoc
uses: taiki-e/install-action@v2
with:
Expand Down

0 comments on commit 9723f14

Please sign in to comment.