From 509ca5746bf8e9d08a3e7bb332828217a5eb6fc0 Mon Sep 17 00:00:00 2001 From: PraneethJain Date: Fri, 8 Mar 2024 12:25:10 +0530 Subject: [PATCH] fix: override version --- .github/workflows/test-linux-mac.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-linux-mac.yml b/.github/workflows/test-linux-mac.yml index c73453c..e3436ca 100644 --- a/.github/workflows/test-linux-mac.yml +++ b/.github/workflows/test-linux-mac.yml @@ -59,7 +59,7 @@ jobs: rm -f /opt/hostedtoolcache/julia/1.6*/x64/lib/julia/libstdc++.so.6 fi mkdir build && cd build - cmake -DCMAKE_INSTALL_PREFIX=$HOME/install -DAPPEND_OVERRIDES_TOML=ON -DOVERRIDE_VERSION_TO_JLL=OFF -DCMAKE_BUILD_TYPE=Debug .. + cmake -DCMAKE_INSTALL_PREFIX=$HOME/install -DAPPEND_OVERRIDES_TOML=ON -DOVERRIDE_VERSION_TO_JLL=ON -DCMAKE_BUILD_TYPE=Debug .. VERBOSE=ON cmake --build . --config Debug --target install cd ../.. - uses: julia-actions/julia-buildpkg@latest