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 229fe7c commit adc25f4Copy full SHA for adc25f4
.github/workflows/ci.yml
@@ -145,6 +145,7 @@ jobs:
145
strip fastfetch && ./polyfill-glibc fastfetch --target-glibc=2.17
146
strip flashfetch && ./polyfill-glibc flashfetch --target-glibc=2.17
147
echo 'set(CPACK_PACKAGE_FILE_NAME "${CPACK_PACKAGE_FILE_NAME}-polyfilled")' >> CPackConfig.cmake
148
+ echo 'set(CPACK_DEBIAN_PACKAGE_DEPENDS "libc6 (>= 2.17)")' >> CPackConfig.cmake
149
cpack
150
151
- name: upload artifacts
0 commit comments