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 bc2781d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ jobs:
with:
version: ${{ env.ZIG_VERSION }}

# never got around to figuring out how to ensure the openssl generate step runs *once* even
# when being built against all the targets, so this is a quick/easy hack to ensure that :)
- 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 bc2781d

Please sign in to comment.