forked from LeMoonStar/AoC24
parent
fc08eeada7
commit
83bba7ddc0
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,9 @@ env:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
benchmark:
|
benchmark:
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: rustlang/rust:nightly
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: rustup update nightly && rustup default nightly
|
- run: rustup update nightly && rustup default nightly
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue