Skip to content

Commit

Permalink
Try removing CROSS_DEB_ARCH
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 bebffa5 commit 03ef98b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/secrets-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,9 @@ jobs:
working-directory: src/secrets/src/keyring
before-script-linux: |
if command -v yum &> /dev/null; then
yum update && yum install -y libsecret-devel.${{ env.CROSS_DEB_ARCH }}
yum update && yum install -y libsecret-devel pkgconfig
else
dpkg --add-architecture ${{ env.CROSS_DEB_ARCH }}
apt-get update && apt-get install -y pkg-config:amd64 libsecret-1-dev:${{ env.CROSS_DEB_ARCH }}
apt-get update && apt-get install -y libsecret-1-dev pkg-config
fi
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 03ef98b

Please sign in to comment.