Install hjson in releast tarball workflow
This commit is contained in:
parent
142d718dcb
commit
0290b9268e
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release_tarball.yml
vendored
3
.github/workflows/release_tarball.yml
vendored
|
|
@ -15,6 +15,9 @@ jobs:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Install Hjson
|
||||||
|
run: npm install -g hjson
|
||||||
|
|
||||||
- name: Make tarball
|
- name: Make tarball
|
||||||
run: |
|
run: |
|
||||||
./zig build
|
./zig build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue