From 58398d1d11c6880cdff76cbb317f0c40a484ac26 Mon Sep 17 00:00:00 2001 From: Greg Medding Date: Thu, 11 Apr 2024 11:47:38 -0700 Subject: [PATCH] fixup! Caches are faster than artifacts --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1407833..e0df286 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Check remote head hash id: zenoh-c-head shell: bash - run: {echo -n "Zenoh_C_HEAD="; git ls-remote "$Zenoh_C_Repo" HEAD | cut -f1; } | tee -a "$GITHUB_OUTPUT" + run: '{echo -n "Zenoh_C_HEAD="; git ls-remote "$Zenoh_C_Repo" HEAD | cut -f1; } | tee -a "$GITHUB_OUTPUT"' - name: Cache compiled zenoh-c library id: cache-libzenohc