Skip to content

Commit

Permalink
ci: install openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
moabu committed Dec 10, 2024
1 parent faa16fe commit 680edc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-all-past-tags-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
sed -i "s|^\(ARG JANS_KEYCLOAK_LINK_IMAGE=\).*|\1ghcr.io/janssenproject/jans/keycloak-link:$VERSION|" ./docker-jans-all-in-one/Dockerfile || echo "not here"
sed -i "s|^\(ARG JANS_SAML_IMAGE=\).*|\1ghcr.io/janssenproject/jans/saml:$VERSION|" ./docker-jans-all-in-one/Dockerfile || echo "not here"
sed -i "s|^\(ARG PYFACTER_VERSION=\).*|\101a3c572144575dc2c18587d1d9fb446d1234cf0|" ./docker-jans-config-api/Dockerfile || echo "not here"
sed -i "s|^\(ARG PYFACTER_VERSION=\).*|\c05fea5dd8956e087197c822729f7a856ff83b75|" ./docker-jans-config-api/Dockerfile || echo "not here"
echo "tags=${TAGS}" >> $GITHUB_OUTPUT
echo "build=${BUILD}" >> $GITHUB_OUTPUT
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,8 @@ jobs:
- name: install pkg-config
run: |
sudo apt-get update
sudo apt install -y pkg-config libssl-dev openssl
sudo apt -y install pkg-config
sudo apt-get -y install libudev-dev
- name: Build Wheels - musllinux
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit 680edc2

Please sign in to comment.