Skip to content

Commit 7896b10

Browse files
authored
chore: update the WORKFLOW_URL in install_native_deps.sh to the latest release (openai#1190)
1 parent 1410ae9 commit 7896b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codex-cli/scripts/install_native_deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ mkdir -p "$BIN_DIR"
6565
# Until we start publishing stable GitHub releases, we have to grab the binaries
6666
# from the GitHub Action that created them. Update the URL below to point to the
6767
# appropriate workflow run:
68-
WORKFLOW_URL="https://github.com/openai/codex/actions/runs/15334411824"
68+
WORKFLOW_URL="https://github.com/openai/codex/actions/runs/15361005231"
6969
WORKFLOW_ID="${WORKFLOW_URL##*/}"
7070

7171
ARTIFACTS_DIR="$(mktemp -d)"

0 commit comments

Comments
 (0)