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 9733d5f commit 44f01edCopy full SHA for 44f01ed
.github/workflows/ci.yml
@@ -46,8 +46,7 @@ jobs:
46
CIBW_ARCHS_LINUX: x86_64 aarch64
47
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
48
CIBW_BEFORE_ALL_LINUX: >-
49
- sudo apt update
50
- && sudo apt install -y ldap-utils slapd enchant-2 libldap2-dev libsasl2-dev apparmor-utils
+ cat /etc/os-release
51
- name: Upload a Build Artifact
52
uses: actions/upload-artifact@v3
53
with:
0 commit comments