Skip to content

Commit

Permalink
Try within kani dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jaisnan committed Jul 26, 2024
1 parent f881132 commit 694b305
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-subtree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
id: toolchain-date
run: |
cd kani/
TOOLCHAIN_DATE=$(grep 'date =' kani/rust-toolchain.toml | sed 's/.*"\(.*\)".*/\1/')
TOOLCHAIN_DATE=$(grep 'date =' rust-toolchain.toml | sed 's/.*"\(.*\)".*/\1/')
echo "toolchain_date=$TOOLCHAIN_DATE" >> $GITHUB_OUTPUT
- name: Build `Kani`
Expand All @@ -48,6 +48,7 @@ jobs:
echo "$(pwd)/scripts" >> $GITHUB_PATH
- name: Get Rust info
working-directory: kani
id: rust-info
run: |
RUSTC_INFO=$(rustc --version --verbose)
Expand Down

0 comments on commit 694b305

Please sign in to comment.