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 d2178ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
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 d2178ae

Please sign in to comment.