Skip to content

Commit

Permalink
Use ./
Browse files Browse the repository at this point in the history
  • Loading branch information
tautschnig committed Sep 23, 2024
1 parent aa8920d commit 99ce174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cbmc-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
sed -i "s/^CBMC_VERSION=.*/CBMC_VERSION=\"$CBMC_LATEST\"/" kani-dependencies
git diff
# install the newer CBMC version
scripts/setup/ubuntu/install_cbmc.sh
./scripts/setup/ubuntu/install_cbmc.sh
if ! ./scripts/kani-regression.sh ; then
echo "next_step=create_issue" >> $GITHUB_ENV
else
Expand Down

0 comments on commit 99ce174

Please sign in to comment.