mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 07:14:47 -05:00
chore: fix nightly bench (#22362)
This has been broken for a while, but I think `setup-deno` is all that it needs.
This commit is contained in:
parent
b0119134f7
commit
24bdc1de33
1 changed files with 5 additions and 0 deletions
5
.github/workflows/bench_cron.yml
vendored
5
.github/workflows/bench_cron.yml
vendored
|
@ -37,6 +37,11 @@ jobs:
|
|||
version: "21.12"
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Install Deno
|
||||
uses: denoland/setup-deno@v1
|
||||
with:
|
||||
deno-version: v1.x
|
||||
|
||||
- name: Build release
|
||||
run: cargo build --release --locked --all-targets
|
||||
|
||||
|
|
Loading…
Reference in a new issue