Skip to content

Commit

Permalink
chore: checkout stdlib too
Browse files Browse the repository at this point in the history
  • Loading branch information
morgante committed Jul 4, 2024
1 parent bd58a1b commit 4165037
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,18 +91,14 @@ jobs:
test-stdlib:
name: Test the standard library
timeout-minutes: 30
strategy:
fail-fast: false
runs-on:
- nscloud-ubuntu-22.04-amd64-4x16
permissions:
contents: "read"
id-token: "write"
runs-on: namespace-profile-standard-ubuntu22-amd64
steps:
- name: clone code
uses: actions/checkout@v3
with:
submodules: true
uses: namespacelabs/nscloud-checkout-action@v2
- run: nsc git-checkout update-submodules --mirror_base_path=${NSC_GIT_MIRROR} --repository_path=${GITHUB_WORKSPACE} --recurse
- name: install Rust
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 4165037

Please sign in to comment.