Skip to content

Commit

Permalink
Ignore missing apt packages
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Johnson <[email protected]>
  • Loading branch information
t1m0thyj committed Nov 1, 2023
1 parent bdd9ce5 commit 689fb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/secrets-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
yum update && yum install -y libsecret-devel.${{ env.CROSS_DEB_ARCH }} pkgconfig
else
dpkg --add-architecture ${{ env.CROSS_DEB_ARCH }}
apt-get update && apt-get install -y libsecret-1-dev:${{ env.CROSS_DEB_ARCH }} pkg-config
apt-get update --fix-missing && apt-get install -y libsecret-1-dev:${{ env.CROSS_DEB_ARCH }} pkg-config
fi
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 689fb17

Please sign in to comment.