Skip to content

Commit

Permalink
Use kani as workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
jaisnan committed Jul 26, 2024
1 parent 694b305 commit bfd8cb1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-subtree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ jobs:
ref: features/verify-rust-std

- name: Read date from rust-toolchain.toml
id: toolchain-date
working-directory: kani
run: |
cd kani/
TOOLCHAIN_DATE=$(grep 'date =' rust-toolchain.toml | sed 's/.*"\(.*\)".*/\1/')
echo "toolchain_date=$TOOLCHAIN_DATE" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit bfd8cb1

Please sign in to comment.