Skip to content

Commit

Permalink
try to skip before-script-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlijin authored Aug 7, 2024
1 parent 31e4d5f commit 2c7a3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-python-release.reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
yum update -y && yum install -y perl-core openssl openssl-devel pkgconfig libatomic
else
# If we're running on debian-based system.
apt update -y && apt-get install -y libssl-dev openssl pkg-config
# sudo apt update -y && apt-get install -y libssl-dev openssl pkg-config
fi
- name: Upload wheels
Expand Down

0 comments on commit 2c7a3bc

Please sign in to comment.