From 7896b1089dbf702dd07929910504e9558a20d085 Mon Sep 17 00:00:00 2001 From: Michael Bolin Date: Sat, 31 May 2025 10:30:50 -0700 Subject: [PATCH] chore: update the WORKFLOW_URL in install_native_deps.sh to the latest release (#1190) --- codex-cli/scripts/install_native_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-cli/scripts/install_native_deps.sh b/codex-cli/scripts/install_native_deps.sh index c1697fb5..ff434d2e 100755 --- a/codex-cli/scripts/install_native_deps.sh +++ b/codex-cli/scripts/install_native_deps.sh @@ -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/15334411824" +WORKFLOW_URL="https://github.com/openai/codex/actions/runs/15361005231" WORKFLOW_ID="${WORKFLOW_URL##*/}" ARTIFACTS_DIR="$(mktemp -d)"