Skip to content

Commit

Permalink
chore: attempt to pre-cache openssl build for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmontanari committed Mar 10, 2025
1 parent f69ae36 commit e613d2a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
with:
version: ${{ env.ZIG_VERSION }}

- name: ensure openssl generate step cached
run: |
zig build
working-directory: lib/openssl

- name: build the examples
run: |
make build-examples
Expand Down

0 comments on commit e613d2a

Please sign in to comment.