Skip to content

Commit

Permalink
build: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tacryt-socryp committed Oct 21, 2024
1 parent 66d60c9 commit 38b42c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 38b42c9

Please sign in to comment.