Skip to content

Commit

Permalink
actions: cache ssl on Win
Browse files Browse the repository at this point in the history
  • Loading branch information
jay0lee authored Feb 13, 2024
1 parent aadc752 commit 180b27e
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 @@ -70,7 +70,7 @@ jobs:
with:
path: |
cache.tar.xz
key: ${{ matrix.jid }}-2024-02-09
key: ${{ matrix.jid }}-2024-02-13

- name: Untar Cache archive
if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'
Expand Down Expand Up @@ -488,7 +488,7 @@ jobs:
working-directory: ${{ github.workspace }}
run: |
if [[ "${RUNNER_OS}" == "Windows" ]]; then
tar_folder="cpython/"
tar_folder="cpython/ ssl/"
else
tar_folder="ssl/ python/"
fi
Expand Down

0 comments on commit 180b27e

Please sign in to comment.