We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2856f04 commit 3eb68abCopy full SHA for 3eb68ab
.github/workflows/CI.yml
@@ -44,6 +44,11 @@ jobs:
44
wget https://github.com/stan-dev/cmdstan/releases/download/v2.28.2/cmdstan-2.28.2.tar.gz
45
tar -xzpf cmdstan-2.28.2.tar.gz
46
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
52
make -C $JULIA_CMDSTAN_HOME build
53
cd $OLDWD
54
env:
0 commit comments