Skip to content

Commit

Permalink
add cache
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Jan 16, 2024
1 parent ebef86d commit fde0cd3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cmake_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ jobs:

- uses: ilammy/setup-nasm@v1

- uses: actions/cache@v3
id: openssl
with:
path: C:\\Program Files\OpenSSL
key: ${{ runner.os }}-${ matrix.config.openssl }-openssl-3.1.4

- name: Build OpenSSL
shell: cmd
run: |
Expand Down

0 comments on commit fde0cd3

Please sign in to comment.