Skip to content

Commit

Permalink
Update build_kata_bin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gpyrros authored Sep 6, 2023
1 parent 04d13fe commit 0dc501e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_kata_bin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
cd kata-containers/src/runtime-rs && \
git config --local --unset-all remote.origin.url && \
export CARGO_NET_GIT_FETCH_WITH_CLI=true && \
git config --local url.https://${{ secrets.PAT_FOR_PRIV_REPOS }}@github.com.insteadOf ssh://[email protected] && \
git config --global url.https://${{ secrets.PAT_FOR_PRIV_REPOS }}@github.com.insteadOf ssh://[email protected] && \
git config --list --show-origin && \
LIBC=gnu make integrated
Expand Down

0 comments on commit 0dc501e

Please sign in to comment.