We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e4f03d commit 595ad74Copy full SHA for 595ad74
1 file changed
.github/workflows/CI.yml
@@ -7,7 +7,7 @@ on:
7
pull_request:
8
9
env:
10
- JULIA_CMDSTAN_HOME: "/home/worker/cmdstan-2.25.0/"
+ JULIA_CMDSTAN_HOME: "/home/worker/cmdstan-2.26.0/"
11
12
jobs:
13
test:
@@ -41,13 +41,13 @@ jobs:
41
OLDWD=`pwd`
42
cd ~
43
pwd
44
- wget https://github.com/stan-dev/cmdstan/releases/download/v2.25.0/cmdstan-2.25.0.tar.gz
45
- tar -xzpf cmdstan-2.25.0.tar.gz
+ wget https://github.com/stan-dev/cmdstan/releases/download/v2.26.0/cmdstan-2.26.0.tar.gz
+ tar -xzpf cmdstan-2.26.0.tar.gz
46
ls -lia .
47
make -C $JULIA_CMDSTAN_HOME build
48
cd $OLDWD
49
50
- JULIA_CMDSTAN_HOME: "/home/runner/cmdstan-2.25.0/"
+ JULIA_CMDSTAN_HOME: "/home/runner/cmdstan-2.26.0/"
51
- uses: actions/checkout@v2
52
- uses: julia-actions/setup-julia@v1
53
with:
0 commit comments