Skip to content

Commit

Permalink
fix clone
Browse files Browse the repository at this point in the history
  • Loading branch information
JustusAdam committed Jul 26, 2023
1 parent f7590fd commit 88fe459
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ jobs:
- name: Install Forge
run: |
cd ..
git clone https://github.com/tnelson/Forge -b ${FORGE_REVISION}
cd Forge/forge
git clone https://github.com/tnelson/Forge
cd Forge
git checkout ${FORGE_REVISION}
cd forge
raco pgk install --auto
- name: Run Tests
run: cargo test --test external_annotation_tests

0 comments on commit 88fe459

Please sign in to comment.