Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed Sep 2, 2024
1 parent 593120b commit b17f05f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
- name: Test `deno install -g` (2.0)
if: matrix.deno == 'canary' || matrix.deno == 'latest'
run: |
deno install --allow-net -n deno_curl https://deno.land/[email protected]/examples/curl.ts
deno install -g --allow-net -n deno_curl https://deno.land/[email protected]/examples/curl.ts
deno_curl https://deno.land/[email protected]/examples/curl.ts
- name: Test `deno install (1.0)
if: matrix.deno == '1.x' || matrix.deno == '1.33.1' || matrix.deno == '~1.32' || matrix.deno == 'b290fd01f3f5d32f9d010fc719ced0240759c049'
run: |
deno install -g --allow-net -n deno_curl https://deno.land/[email protected]/examples/curl.ts
deno install --allow-net -n deno_curl https://deno.land/[email protected]/examples/curl.ts
deno_curl https://deno.land/[email protected]/examples/curl.ts
- name: Format
Expand Down

0 comments on commit b17f05f

Please sign in to comment.