We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1410ae9 commit 7896b10Copy full SHA for 7896b10
codex-cli/scripts/install_native_deps.sh
@@ -65,7 +65,7 @@ mkdir -p "$BIN_DIR"
65
# Until we start publishing stable GitHub releases, we have to grab the binaries
66
# from the GitHub Action that created them. Update the URL below to point to the
67
# appropriate workflow run:
68
-WORKFLOW_URL="https://github.com/openai/codex/actions/runs/15334411824"
+WORKFLOW_URL="https://github.com/openai/codex/actions/runs/15361005231"
69
WORKFLOW_ID="${WORKFLOW_URL##*/}"
70
71
ARTIFACTS_DIR="$(mktemp -d)"
0 commit comments