From 1eb368bbd229173b7e1d63e40ac31058c6f29ea2 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Thu, 9 Apr 2026 02:31:27 -0500 Subject: [PATCH] Pin NJOY version in CI to 2016.78 (#3917) --- tools/ci/gha-install-njoy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci/gha-install-njoy.sh b/tools/ci/gha-install-njoy.sh index 8255ffea8..168fcd4a7 100755 --- a/tools/ci/gha-install-njoy.sh +++ b/tools/ci/gha-install-njoy.sh @@ -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