Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace checkoutv3 with clone #3741

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
rm get-pip.py
- name: Checkout Kani
uses: actions/checkout@v3
run: git clone https://github.com/model-checking/kani/
Copy link
Contributor

@celinval celinval Nov 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will clone the repository under ${workspace}/kani/, while other jobs expect the clone to be in ${workspace}/.


- name: Setup Kani Dependencies
uses: ./.github/actions/setup
Expand Down
Loading