Skip to content

Commit

Permalink
Figure out PWD
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins committed Oct 23, 2024
1 parent bd216d9 commit a798499
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/julia-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ jobs:
path: .

- name: Patch Julia CI
run: git apply ${{ github.workspace }}/.github/workflows/julia_ci.patch -v
run: |
echo $PWD
git apply .github/workflows/julia_ci.patch -v
- name: Generate LocalPreferences
run: |
Expand Down

0 comments on commit a798499

Please sign in to comment.