Skip to content

Commit

Permalink
Install trunk in GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdavidmackenzie committed May 21, 2024
1 parent cd01832 commit cf4cc70
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ jobs:
components: clippy
toolchain: stable

- name: Install wrangler
- name: Install wrangler and trunk
run: |
npm install -g wrangler
wrangler --version
npm install -g trunk
trunk --version
- name: make
run: make

0 comments on commit cf4cc70

Please sign in to comment.