use literal instead of relative
Some checks failed
Test build & run / build-run (push) Failing after 8s
Some checks failed
Test build & run / build-run (push) Failing after 8s
This commit is contained in:
parent
532cd614ce
commit
5dde457d45
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ jobs:
|
|||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
- name: Setup Deno 2
|
||||
uses: denoland/setup-deno@v2
|
||||
uses: https://github.com/denoland/setup-deno@v2
|
||||
with:
|
||||
deno-version: v2.x
|
||||
- name: Build using Cargo
|
||||
|
|
Loading…
Add table
Reference in a new issue