From 19693aae8a9edf1e39e968a6e77e0e064dd235f5 Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Wed, 23 Oct 2024 14:24:50 -0700 Subject: [PATCH] Maybe this is the right path --- .github/workflows/julia-auto.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/julia-auto.yml b/.github/workflows/julia-auto.yml index 5259476979f..a8d9c3c8b82 100644 --- a/.github/workflows/julia-auto.yml +++ b/.github/workflows/julia-auto.yml @@ -76,7 +76,7 @@ jobs: ls ../.. echo " -- ls ../build -----------------" ls ../build - git apply ${{ runner.workspace }}/build/.github/workflows/julia_ci.patch -v + git apply $GITHUB_WORKSPACE/.github/workflows/julia_ci.patch -v - name: Generate LocalPreferences run: |