Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed May 13, 2024
1 parent bd5c18c commit 2333c8f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
runs-on: ${{ matrix.os }}
timeout-minutes: 60
steps:
- uses: taiki-e/checkout-action@v1
- uses: actions/checkout@v3
# cross attempts to install rust-src when Cargo.toml is available even if `cross --version`
- run: rm Cargo.toml
- name: Generate tool list
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
run: apk --no-cache add bash cargo
shell: sh
if: startsWith(matrix.container, 'alpine')
- uses: taiki-e/checkout-action@v1
- uses: actions/checkout@v3
# cross attempts to install rust-src when Cargo.toml is available even if `cross --version`
- run: rm Cargo.toml
- name: Generate tool list
Expand All @@ -159,7 +159,7 @@ jobs:
timeout-minutes: 60
container: ubuntu
steps:
- uses: taiki-e/checkout-action@v1
- uses: actions/checkout@v3
- name: Generate tool list
id: tool-list
run: tools/ci/tool-list.sh >>"${GITHUB_OUTPUT}"
Expand All @@ -174,7 +174,7 @@ jobs:
contents: write
pull-requests: write
steps:
- uses: taiki-e/checkout-action@v1
- uses: actions/checkout@v3
- name: Install Rust
run: rustup toolchain add nightly --no-self-update && rustup default nightly
- run: tools/manifest.sh
Expand Down

0 comments on commit 2333c8f

Please sign in to comment.