Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akostylev0 committed Jun 10, 2024
1 parent 0f79ab9 commit 5d94bea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/prepare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ runs:
run: |
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
sudo add-apt-repository "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-$LLVM_MAJOR_VERSION main"
with:
LLVM_MAJOR_VERSION=${{ steps.llvm_setup.outputs.LLVM_VERSION }}
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libsecp256k1-dev libsodium-dev liblz4-dev
Expand Down

0 comments on commit 5d94bea

Please sign in to comment.