Skip to content

Commit

Permalink
chore: fix nightly bench (#22362)
Browse files Browse the repository at this point in the history
This has been broken for a while, but I think `setup-deno` is all that
it needs.
  • Loading branch information
mmastrac authored and littledivy committed Feb 15, 2024
1 parent 7ef1720 commit bb8114f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/bench_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bb8114f

Please sign in to comment.