mirror of
https://github.com/zorp-corp/jock-lang.git
synced 2024-11-23 09:34:32 +03:00
build: fix
This commit is contained in:
parent
66d60c9c5b
commit
38b42c960b
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -76,11 +76,11 @@ jobs:
|
||||
with:
|
||||
path: assets
|
||||
key: hoon-${{ runner.os }}-choo-${{ env.CHOO_VERSION }}-${{ hashFiles('hoon/**') }}
|
||||
- name: Build Dumbnet kernel
|
||||
- name: Build Jock Testing kernel
|
||||
if: ${{ (steps.restore-hoon.outputs.cache-hit != 'true' ) }}
|
||||
run: |
|
||||
./choo hoon/main.hoon hoon
|
||||
mv out.jam assets/dumb.jam
|
||||
mv out.jam assets/jocktest.jam
|
||||
- name: Save Hoon cache
|
||||
if: ${{ (steps.restore-hoon.outputs.cache-hit != 'true' ) }}
|
||||
uses: actions/cache/save@v4
|
||||
@ -89,5 +89,5 @@ jobs:
|
||||
key: ${{ steps.restore-hoon.outputs.cache-primary-key }}
|
||||
# Test building and running are split for caching and build time tracking purposes
|
||||
- name: Run hoon/nock tests
|
||||
run: make jock-test-one
|
||||
run: make release-test-all
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user