From 5ab30c73f3d2e711f40d75a7105083753e6d3675 Mon Sep 17 00:00:00 2001 From: Michael Bolin Date: Wed, 20 Aug 2025 15:57:33 -0700 Subject: [PATCH] fix: update build cache key in .github/workflows/codex.yml (#2534) Change to match `.github/workflows/rust-ci.yml`, which was updated in https://github.com/openai/codex/pull/2242: https://github.com/openai/codex/blob/250ae37c8492f475b5f2af3f7a9f3e96973b2657/.github/workflows/rust-ci.yml#L120-L128 --- .github/workflows/codex.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codex.yml b/.github/workflows/codex.yml index 367c53e9..58e85233 100644 --- a/.github/workflows/codex.yml +++ b/.github/workflows/codex.yml @@ -52,7 +52,7 @@ jobs: ~/.cargo/registry/cache/ ~/.cargo/git/db/ ${{ github.workspace }}/codex-rs/target/ - key: cargo-ubuntu-24.04-x86_64-unknown-linux-gnu-${{ hashFiles('**/Cargo.lock') }} + key: cargo-ubuntu-24.04-x86_64-unknown-linux-gnu-dev-${{ hashFiles('**/Cargo.lock') }} # Note it is possible that the `verify` step internal to Run Codex will # fail, in which case the work to setup the repo was worthless :(