This commit is contained in:
LeMoonStar 2024-12-01 10:14:32 +01:00
parent 83bba7ddc0
commit 0fe47b75b9

View file

@ -9,7 +9,7 @@ jobs:
benchmark:
runs-on: docker
container:
image: rustlang/rust:nightly
image: rust:nightly
steps:
- uses: actions/checkout@v4
- run: rustup update nightly && rustup default nightly