Skip to content

Commit

Permalink
Fix file path for rust rust-toolchain-version
Browse files Browse the repository at this point in the history
  • Loading branch information
jaisnan committed Mar 20, 2024
1 parent 5d1f9fd commit 12698e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
- name: Get toolchain version used to setup kani
run: |
tar zxvf ${{ matrix.prev_job.bundle }}
DATE=$(cat kani-latest/rust_toolchain_version | cut -d'-' -f2,3,4)
DATE=$(cat ./kani-latest/rust-toolchain-version | cut -d'-' -f2,3,4)
echo "Nightly date: $DATE"
echo "DATE=$DATE" >> $GITHUB_ENV
Expand Down

0 comments on commit 12698e1

Please sign in to comment.