Skip to content

Commit

Permalink
ci: fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Apr 5, 2024
1 parent 3b35320 commit 502c8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
CIBW_BEFORE_BUILD_LINUX: >
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=stable --profile=minimal -y &&
rustup show &&
yum install -y openssl-dev
yum install -y openssl-devel
CIBW_BEFORE_BUILD_WINDOWS: vcpkg install openssl:x86-windows-static

Expand Down

0 comments on commit 502c8e9

Please sign in to comment.