Skip to content

Commit e054110

Browse files
committed
Fix CI
1 parent 87d7d67 commit e054110

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,10 @@ jobs:
148148
]
149149
steps:
150150
- uses: actions/checkout@v4
151-
- uses: dtolnay/rust-toolchain@nightly
151+
- uses: dtolnay/rust-toolchain@master
152152
with:
153-
targets: ${{ matrix.target }}
153+
toolchain: nightly-2024-10-24
154+
components: rust-src
154155
- env:
155156
RUSTFLAGS: -Dwarnings --cfg getrandom_backend="linux_raw"
156157
run: cargo build -Zbuild-std=core --target=${{ matrix.target }}

0 commit comments

Comments
 (0)