diff --git a/.github/workflows/pip.yml b/.github/workflows/pip.yml index edc62cf1bf6a..a9ed654da02e 100644 --- a/.github/workflows/pip.yml +++ b/.github/workflows/pip.yml @@ -64,7 +64,6 @@ jobs: id: cache-flatbuffers uses: actions/cache@v4 with: - save-always: true path: opt/flatbuffers key: flatbuffers-${{ env.FLATBUFFERS_VERSION }}-${{ matrix.platform_tag }} @@ -98,7 +97,6 @@ jobs: id: cache-wabt uses: actions/cache@v4 with: - save-always: true path: opt/wabt key: wabt-${{ env.WABT_VERSION }}-${{ matrix.platform_tag }} @@ -137,7 +135,6 @@ jobs: id: cache-llvm uses: actions/cache@v4 with: - save-always: true path: opt/llvm key: llvm-${{ env.LLVM_VERSION }}-${{ matrix.platform_tag }}