Skip to content

Commit

Permalink
first 40 characters
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Oct 25, 2023
1 parent 13a0a62 commit c4684ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- name: Get latest rlst commit id
id: rlst-commit
run: |
echo "commit=$(git ls-remote https://github.com/linalg-rs/rlst.git HEAD | cut -d' ' -f1)"
echo "commit=$(git ls-remote https://github.com/linalg-rs/rlst.git HEAD | cut -d' ' -f1)" >> $GITHUB_OUTPUT
echo "commit=$(git ls-remote https://github.com/linalg-rs/rlst.git HEAD | head -c 10)"
echo "commit=$(git ls-remote https://github.com/linalg-rs/rlst.git HEAD | head -c 10)" >> $GITHUB_OUTPUT
- name: Restore cached dependencies
id: cache
uses: actions/cache/restore@v3
Expand Down

0 comments on commit c4684ff

Please sign in to comment.