Skip to content

Commit

Permalink
Merge branch 'master' into mempool-perf
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsutton committed Oct 6, 2023
2 parents 2e11cf6 + 51a1240 commit cc51b62
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,9 @@ jobs:
- name: Install gcc-multilib
# gcc-multilib allows clang to find gnu libraries properly
run: sudo apt install -y gcc-multilib
run: |
sudo apt-get update
sudo apt install -y gcc-multilib
- name: Install stable toolchain
if: steps.install_llvm.outcome == 'success' && steps.install_llvm.conclusion == 'success'
Expand Down Expand Up @@ -290,7 +292,9 @@ jobs:
- name: Install gcc-multilib
# gcc-multilib allows clang to find gnu libraries properly
run: sudo apt install -y gcc-multilib
run: |
sudo apt-get update
sudo apt install -y gcc-multilib
- name: Install stable toolchain
if: steps.install_llvm.outcome == 'success' && steps.install_llvm.conclusion == 'success'
Expand Down

0 comments on commit cc51b62

Please sign in to comment.