Skip to content

Commit

Permalink
ci: use global to install cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Sorikairox committed Nov 7, 2024
1 parent c2608be commit c9f11de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: deno task test

- name: Install Danet CLI
run: deno install --allow-read --allow-write --allow-run --allow-env -n danet jsr:@danet/cli
run: deno install --global --allow-read --allow-write --allow-run --allow-env -n danet jsr:@danet/cli
- name: Bundle app with danet CLI
run: danet bundle run.js
- name: Deploy to Deno Deploy
Expand Down

0 comments on commit c9f11de

Please sign in to comment.