remove cache usage

This commit is contained in:
Arnaud 2025-10-15 15:09:34 +02:00
parent 7a916af13b
commit abbd73f337
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F

View File

@ -70,7 +70,7 @@ jobs:
mingw-w64-ucrt-x86_64-rust
- name: Build libcodex (Linux and MacOS)
if: matrix.target.os != 'windows-latest' && steps.cache-libcodex.outputs.cache-hit != 'true'
if: matrix.target.os != 'windows-latest'
run: |
make update
CODEX_LIB_PARAMS="--passL:\"-Wl,-install_name,@rpath/libs/libcodex.dylib\"" make libcodex