Skip to content

Commit

Permalink
Install hjson in releast tarball workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
neurocyte committed Feb 7, 2024
1 parent 142d718 commit 0290b92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release_tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Install Hjson
run: npm install -g hjson

- name: Make tarball
run: |
./zig build
Expand Down

0 comments on commit 0290b92

Please sign in to comment.