Skip to content

Commit

Permalink
Dynamically find swig version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wemeetagain committed Dec 15, 2022
1 parent ac95e7e commit 302c0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install && Build TS + bindings
run: |
export PATH=~/swig/bin:$PATH SWIG_LIB=~/swig/share/swig/4.1.0
export PATH=~/swig/bin:$PATH SWIG_LIB=~/swig/share/swig/$(grep -r AC_INIT ~/work/blst-ts/blst-ts/swig/configure.ac | grep -Eo '[0-9]+.[0-9]+.[0-9]+')
yarn bootstrap
ls -ltrh .
working-directory: blst/bindings/node.js
Expand Down

0 comments on commit 302c0ef

Please sign in to comment.