Skip to content

Commit 3eb68ab

Browse files
committed
Rel 1.3.1 - Update cmdstan build on CI
1 parent 2856f04 commit 3eb68ab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ jobs:
4444
wget https://github.com/stan-dev/cmdstan/releases/download/v2.28.2/cmdstan-2.28.2.tar.gz
4545
tar -xzpf cmdstan-2.28.2.tar.gz
4646
ls -lia .
47+
ls -lia ./cmdstan-2.28.2
48+
ls -lia ./cmdstan-2.28.2/make
49+
touch ./cmdstan-2.28.2/make/local
50+
echo "STAN_THREADS=true" > ./cmdstan-2.28.2/make/local
51+
cat ./cmdstan-2.28.2/make/local
4752
make -C $JULIA_CMDSTAN_HOME build
4853
cd $OLDWD
4954
env:

0 commit comments

Comments
 (0)