Skip to content

Commit

Permalink
ci: checkout first
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiwi committed Dec 5, 2024
1 parent aa7b9f5 commit 9da68d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- yices2

steps:
- uses: actions/checkout@v4
- name: Cache Yices
id: cache-yices
uses: actions/cache@v3
Expand Down Expand Up @@ -76,7 +77,6 @@ jobs:
echo "/tmp/btor/btor2tools/build/bin/" >> "$GITHUB_PATH"
- name: Update Rust to ${{ matrix.toolchain }}
run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose --release -p bmc
- name: bmc Quiz1
Expand Down

0 comments on commit 9da68d3

Please sign in to comment.