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