Skip to content

Commit

Permalink
Try to fix env vars in docker options
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 1e01a09 commit 1023951
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 @@ -39,7 +39,7 @@ jobs:
args: --release --out dist --find-interpreter
sccache: "true"
manylinux: auto
docker-options: -e PKG_CONFIG_SYSROOT_DIR=${{ env.PKG_CONFIG_SYSROOT_DIR }} -e RUSTFLAGS=${{ env.RUSTFLAGS }} -e PKG_CONFIG_PATH=${{ env.PKG_CONFIG_PATH }}
docker-options: -e PKG_CONFIG_SYSROOT_DIR -e PKG_CONFIG_PATH
working-directory: src/secrets/src/keyring
before-script-linux: |
if command -v yum &> /dev/null; then
Expand Down

0 comments on commit 1023951

Please sign in to comment.