diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 17c1cd0..6ef3be9 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -79,7 +79,7 @@ jobs: if: matrix.target.os == 'macos-latest' && steps.cache-libcodex.outputs.cache-hit != 'true' run: | make update - CODEX_LIB_PARAMS="--passL:\"-Wl,-install_name,@rpath/libs/libcodex.dylib\"" make libcodex + CODEX_LIB_PARAMS="--passL:\"-Wl,-install_name,@rpath/libcodex.dylib\"" make libcodex - name: Build libcodex (Windows) if: matrix.target.os == 'windows-latest' && steps.cache-libcodex.outputs.cache-hit != 'true'