fix: update install_native_deps.sh to pick up the latest release (#1136)

This commit is contained in:
Michael Bolin
2025-05-27 10:06:41 -07:00
committed by GitHub
parent 29d154cb13
commit eba0e32909

View File

@@ -65,7 +65,7 @@ mkdir -p "$BIN_DIR"
# Until we start publishing stable GitHub releases, we have to grab the binaries
# from the GitHub Action that created them. Update the URL below to point to the
# appropriate workflow run:
WORKFLOW_URL="https://github.com/openai/codex/actions/runs/15192425904"
WORKFLOW_URL="https://github.com/openai/codex/actions/runs/15280451034"
WORKFLOW_ID="${WORKFLOW_URL##*/}"
ARTIFACTS_DIR="$(mktemp -d)"