small change
Some checks failed
Cargo / check (push) Successful in 1m16s
Cargo / test (push) Successful in 1m55s
Cargo / build (push) Has been cancelled

This commit is contained in:
2025-07-18 13:28:54 +01:00
parent 36441a1921
commit f09f89405a

View File

@ -17,7 +17,7 @@ jobs:
with:
patterns: Cargo.toml
- name: Echo hash
run: echo ${{ steps.get-hash.outputs.hash }}
run: echo "hash is ${{ steps.get-hash.outputs.hash }}"
- name: cache go
id: cache-go
uses: actions/cache@v3