1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-22 06:09:25 -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:
Matt Mastracci 2024-02-08 20:16:13 -07:00 committed by Divy Srivastava
parent 7ef1720474
commit bb8114f49b

View file

@ -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