Skip to content

Commit

Permalink
fixup! Caches are faster than artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmedd committed Apr 11, 2024
1 parent 878ee47 commit 58398d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 58398d1

Please sign in to comment.