File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
2525 with :
2626 node-version : lts/*
2727
28- - name : install Rust stable
29- uses : dtolnay/rust-toolchain@stable
30- with :
31- # Those targets are only used on macos runners so it's in an `if` to slightly speed up windows and linux builds.
32- targets : ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}
28+ # - name: install Rust stable
29+ # uses: dtolnay/rust-toolchain@stable
30+ # with:
31+ # # Those targets are only used on macos runners so it's in an `if` to slightly speed up windows and linux builds.
32+ # targets: ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}
3333
3434 - name : install dependencies (ubuntu only)
3535 run : |
Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ jobs:
3535 with :
3636 node-version : lts/*
3737
38- - name : install Rust stable
39- uses : dtolnay/rust-toolchain@stable
40- with :
41- # Those targets are only used on macos runners so it's in an `if` to slightly speed up windows and linux builds.
42- targets : ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}
38+ # - name: install Rust stable
39+ # uses: dtolnay/rust-toolchain@stable
40+ # with:
41+ # # Those targets are only used on macos runners so it's in an `if` to slightly speed up windows and linux builds.
42+ # targets: ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}
4343
4444 - name : install dependencies (ubuntu only)
4545 if : matrix.platform == 'ubuntu-22.04' # This must match the platform value defined above.
You can’t perform that action at this time.
0 commit comments