Skip to content

Commit

Permalink
[fix] js ci/cd - so much fun
Browse files Browse the repository at this point in the history
  • Loading branch information
stef committed Sep 5, 2024
1 parent 2099f70 commit 0ef23d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/js-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
./emsdk activate 1.40.1
source ./emsdk_env.sh
cd ..
cd liboprf/src
cd ../liboprf/src
sudo make PREFIX=/usr install
cd ../..
cd ../../js
make LIBOPRFHOME=../liboprf/src
echo emsdk >.prettierignore
echo libsodium.js >>.prettierignore
Expand Down

0 comments on commit 0ef23d6

Please sign in to comment.