Skip to content

Commit 33dc66f

Browse files
committed
Use ${{ github.workspace }}
1 parent 097aa3d commit 33dc66f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: julia-actions/julia-buildpkg@v1
2828
- name: Build
2929
run: |
30-
current_path=pwd
30+
current_path=${{ github.workspace }}
3131
export JULIA_CONDAPKG_ENV="$current_path/rms_env"
3232
julia -e 'using Pkg; Pkg.develop(Pkg.PackageSpec(path="../ReactionMechanismSimulator.jl/")); Pkg.build("ReactionMechanismSimulator");'
3333
- name: Run tests

0 commit comments

Comments
 (0)