Skip to content

Commit

Permalink
Merge pull request #299 from gerlero/actions
Browse files Browse the repository at this point in the history
Update build workflow
  • Loading branch information
gerlero authored Oct 18, 2024
2 parents ba4760a + 4d74a89 commit 76d4ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Prepare caching
run: |
pixi run make build --dry-run ${{ env.MAKE_VARS }} > make_build.txt
- name: Restore cached build or deps
- name: Restore cached build
id: cache
uses: actions/cache/restore@v4
with:
Expand Down

0 comments on commit 76d4ebc

Please sign in to comment.