Skip to content

Commit

Permalink
GIT_HASH setup
Browse files Browse the repository at this point in the history
  • Loading branch information
a5huynh committed Jun 13, 2023
1 parent ee42b1b commit 51aa8f9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/check.yml
Expand Up @@ -27,11 +27,9 @@ jobs:
with:
key: "1" # increment this to bust the cache if needed
- name: build
uses: actions-rs/cargo@v1
env:
GIT_HASH: ${{github.sha}}
with:
command: build
run: make build
# Run tests
- name: Run tests
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 51aa8f9

Please sign in to comment.