Skip to content

Commit

Permalink
f dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Kissaki committed Mar 14, 2024
1 parent a8974e9 commit 1b3903f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Install dependencies
run: sudo apt-get install libtool libnss3-dev libssl-dev libwolfssl-dev
- name: Checkout libsodium
run: |
mkdir libsodium
Expand All @@ -18,7 +20,6 @@ jobs:
cd ..
- name: Build libsodium
run: |
sudo apt-get install libtool libnss3-dev libssl-dev libwolfssl-dev
cd libsodium
./autogen.sh -s
./configure --enable-opt
Expand Down

0 comments on commit 1b3903f

Please sign in to comment.