Skip to content

Commit

Permalink
cicd test
Browse files Browse the repository at this point in the history
  • Loading branch information
bitjerry committed Apr 8, 2024
1 parent 7bae3b5 commit 475941a
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,13 @@ jobs:
uses: actions/cache@v4
id: cache
with:
path: ./openssl
path: ./openssl/openssl
key: openssl-cache
- name: Download openssl
uses: actions/download-artifact@v3
with:
name: openssl-dist
path: ./
path: ./openssl


# build-tarball:
Expand Down Expand Up @@ -179,12 +179,6 @@ jobs:
path: ./openssl
key: openssl-cache
enableCrossOsArchive: true
# restore-keys: openssl-${{ matrix.os }}
# - name: Download openssl
# uses: actions/download-artifact@v3
# with:
# name: dist
# path: ./python/
- name: Update pip, wheel, setuptools, build, twine, cibuildwheel
run: |
python -m pip install -U pip wheel setuptools build twine cibuildwheel
Expand Down

0 comments on commit 475941a

Please sign in to comment.