Skip to content

Commit

Permalink
deno install -g
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed Sep 2, 2024
1 parent bee33a9 commit 7c90c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Test `deno install`
run: |
deno install --allow-net -n deno_curl https://deno.land/std@0.198.0/examples/curl.ts
deno install -g --allow-net -n deno_curl https://deno.land/std@0.198.0/examples/curl.ts
deno_curl https://deno.land/std@0.198.0/examples/curl.ts
- name: Format
Expand Down

0 comments on commit 7c90c7f

Please sign in to comment.