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 committed Feb 9, 2024
1 parent b011913 commit 24bdc1d
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 24bdc1d

Please sign in to comment.