Skip to content

Commit

Permalink
[fix] added apt update to js-binding ci/cd job
Browse files Browse the repository at this point in the history
  • Loading branch information
stef committed Jan 9, 2024
1 parent 2cf5803 commit 6cb7e46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/js-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: actions/checkout@v2

- run: |
sudo apt update
sudo apt install -y libsodium-dev nodejs pkgconf python3-pip uncrustify # build-essential git
# liboprf
git clone https://github.com/stef/liboprf/
Expand Down

0 comments on commit 6cb7e46

Please sign in to comment.