Skip to content

Commit

Permalink
ci: use default rustc version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Aug 2, 2024
1 parent 8b944af commit 85b12be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@1.80.0
- uses: actions/cache@v3
with:
path: |
Expand All @@ -34,7 +33,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@1.80.0
- name: Cache Cargo Dependencies
uses: actions/cache@v3
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@1.80.0
- run: rustup target add wasm32-unknown-unknown
- run: |
cargo build --release -p dprint_plugin_malva --target wasm32-unknown-unknown
Expand Down

0 comments on commit 85b12be

Please sign in to comment.