From 9883c54e6197279d26da62e4daac20fe4edfe7bc Mon Sep 17 00:00:00 2001 From: Arnaud Date: Wed, 15 Oct 2025 15:46:49 +0200 Subject: [PATCH] debug --- .github/workflows/artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'