Skip to content

Commit

Permalink
Workaround constraint of checkout action
Browse files Browse the repository at this point in the history
Signed-off-by: Xudong Sun <[email protected]>
  • Loading branch information
marshtompsxd committed Sep 8, 2023
1 parent 301250f commit ccd72cf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
uses: actions/checkout@v2
with:
repository: verus-lang/verus
path: ../verus
path: verus
- name: Move Verus
run: mv verus ../verus
- name: Install Rust toolchain
run: |
curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain none -y
Expand Down Expand Up @@ -47,7 +49,9 @@ jobs:
uses: actions/checkout@v2
with:
repository: verus-lang/verus
path: ../verus
path: verus
- name: Move Verus
run: mv verus ../verus
- name: Install Rust toolchain
run: |
curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain none -y
Expand Down

0 comments on commit ccd72cf

Please sign in to comment.