Skip to content

Commit

Permalink
Revert GH action (#38)
Browse files Browse the repository at this point in the history
* Revert "Setup openssl"

This reverts commit 5cfc633.

* Revert "Experiment with cache action for openssl"

This reverts commit 1d530d0.

* Revert "Setup Rust"

This reverts commit f15c9ab.
  • Loading branch information
zhenlu authored Sep 21, 2023
1 parent 4118231 commit 05155d8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: "Setup openssl"
run: sudo apt-get install pkg-config libssl-dev

- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down Expand Up @@ -124,9 +121,6 @@ jobs:
- name: "Checkout"
uses: actions/checkout@v3

- run: echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
- run: vcpkg install openssl:x64-windows-static-md

- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
Expand Down

0 comments on commit 05155d8

Please sign in to comment.