We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea937fb commit c832c9cCopy full SHA for c832c9c
1 file changed
.github/workflows/python-packaging.yml
@@ -107,14 +107,14 @@ jobs:
107
# here we either install the ppc64le compiler/toolchain or install zig on all others
108
before-script-linux: |
109
case "${{ matrix.platform.target }}" in
110
- ppc64le)
+ s390x|ppc64le)
111
apt-get update
112
+ apt-get upgrade -y
113
apt-get install -y \
114
pkg-config \
- gcc-powerpc64le-linux-gnu \
115
- g++-powerpc64le-linux-gnu \
116
- binutils-powerpc64le-linux-gnu \
117
- libc6-dev-ppc64el-cross
+ gcc \
+ g++ \
+ binutils
118
;;
119
*)
120
# spell-checker: disable-next-line
0 commit comments