Skip to content

Commit

Permalink
fix path in docker cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
maedoc committed Dec 13, 2021
1 parent 5dd1107 commit f56d3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-stan-models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
load: true
tags: cmdstan

- run: docker run --rm -v $PWD:/build -w /build cmdstan scl enable devtoolset-10 "make -C /work/cmdstan-$stan_ver $PWD/Stan/BVEP_seeg_noncentered_reparam"
- run: docker run --rm -v $PWD:/build -w /build cmdstan scl enable devtoolset-10 "make -C /work/cmdstan-$stan_ver /build/Stan/BVEP_seeg_noncentered_reparam"

- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit f56d3ce

Please sign in to comment.