Skip to content

Commit 595ad74

Browse files
committed
Update CI.yml
1 parent 8e4f03d commit 595ad74

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88

99
env:
10-
JULIA_CMDSTAN_HOME: "/home/worker/cmdstan-2.25.0/"
10+
JULIA_CMDSTAN_HOME: "/home/worker/cmdstan-2.26.0/"
1111

1212
jobs:
1313
test:
@@ -41,13 +41,13 @@ jobs:
4141
OLDWD=`pwd`
4242
cd ~
4343
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
44+
wget https://github.com/stan-dev/cmdstan/releases/download/v2.26.0/cmdstan-2.26.0.tar.gz
45+
tar -xzpf cmdstan-2.26.0.tar.gz
4646
ls -lia .
4747
make -C $JULIA_CMDSTAN_HOME build
4848
cd $OLDWD
4949
env:
50-
JULIA_CMDSTAN_HOME: "/home/runner/cmdstan-2.25.0/"
50+
JULIA_CMDSTAN_HOME: "/home/runner/cmdstan-2.26.0/"
5151
- uses: actions/checkout@v2
5252
- uses: julia-actions/setup-julia@v1
5353
with:

0 commit comments

Comments
 (0)