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
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Setup Deno 2
|
- name: Setup Deno 2
|
||||||
uses: denoland/setup-deno@v2
|
uses: https://github.com/denoland/setup-deno@v2
|
||||||
with:
|
with:
|
||||||
deno-version: v2.x
|
deno-version: v2.x
|
||||||
- name: Build using Cargo
|
- name: Build using Cargo
|
||||||
|
|
Loading…
Add table
Reference in a new issue