chore: update install_native_deps.sh to use rust-v0.0.2505171051

This commit is contained in:
Michael Bolin
2025-05-17 11:23:44 -07:00
parent 1c6a3f1097
commit f6df45a9e1

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/14950726936"
WORKFLOW_URL="https://github.com/openai/codex/actions/runs/15087655786"
WORKFLOW_ID="${WORKFLOW_URL##*/}"
ARTIFACTS_DIR="$(mktemp -d)"