Skip to content

Commit

Permalink
omfg
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins committed Oct 23, 2024
1 parent 90beae9 commit 9ef1e32
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/julia-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
- name: Save the Julia patch file
shell: bash
run: |
echo "${{ runner.workspace }}"
mkdir "${{ runner.workspace }}/julia_patch"
cp .github/workflows/julia_ci.patch julia_patch/
cp .github/workflows/julia_ci.patch "${{ runner.workspace }}/julia_patch"
- name: Install Dependencies
shell: bash
Expand Down Expand Up @@ -95,7 +96,7 @@ jobs:
echo " -- ls ../hdf5 -----------------"
ls ../hdf5
git apply $GITHUB_WORKSPACE/julia_patch/julia_ci.patch -v
git apply "${{ runner.workspace }}/julia_patch/julia_ci.patch" -v
- name: Generate LocalPreferences
run: |
Expand Down

0 comments on commit 9ef1e32

Please sign in to comment.