From 0c517e0a93a8739bfd6746488c228099742cd54c Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Wed, 23 Oct 2024 13:04:52 -0700 Subject: [PATCH] Add ls .. --- .github/workflows/julia-auto.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/julia-auto.yml b/.github/workflows/julia-auto.yml index 9a104842376..68d679dc002 100644 --- a/.github/workflows/julia-auto.yml +++ b/.github/workflows/julia-auto.yml @@ -68,7 +68,10 @@ jobs: - name: Patch Julia CI run: | echo $PWD + echo " -- ls -----------------" ls + echo " -- ls .. -----------------" + ls .. git apply .github/workflows/julia_ci.patch -v - name: Generate LocalPreferences