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 :(