Pin NJOY version in CI to 2016.78 (#3917)

This commit is contained in:
Paul Romano 2026-04-09 02:31:27 -05:00 committed by GitHub
parent 23e8a11102
commit 1eb368bbd2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
#!/bin/bash
set -ex
cd $HOME
git clone https://github.com/njoy/NJOY2016
git clone -b 2016.78 https://github.com/njoy/NJOY2016
cd NJOY2016
mkdir build && cd build
cmake -Dstatic=on .. && make 2>/dev/null && sudo make install