Skip to content

Commit 05cd2ec

Browse files
committed
Pin NJOY version in CI to 2016.78
1 parent 23e8a11 commit 05cd2ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci/gha-install-njoy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -ex
33
cd $HOME
4-
git clone https://github.com/njoy/NJOY2016
4+
git clone -b 2016.78 https://github.com/njoy/NJOY2016
55
cd NJOY2016
66
mkdir build && cd build
77
cmake -Dstatic=on .. && make 2>/dev/null && sudo make install

0 commit comments

Comments
 (0)