From 4836eb1d204a92b34ee407c641aaa38ea467bba0 Mon Sep 17 00:00:00 2001 From: Bart Janssens Date: Sat, 8 Jun 2024 18:14:49 +0200 Subject: [PATCH] Test binarybuilder binaries on windows --- .github/workflows/test-win.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-win.yml b/.github/workflows/test-win.yml index a4a05e4..03d3bde 100644 --- a/.github/workflows/test-win.yml +++ b/.github/workflows/test-win.yml @@ -72,5 +72,7 @@ jobs: cd libcxxwrap/build cmake --build . --config Release + - name: Override JLL + run: julia --project -e 'using Pkg; Pkg.add(url="https://github.com/barche/libcxxwrap_julia_jll.jl.git")' - uses: julia-actions/julia-buildpkg@latest - uses: julia-actions/julia-runtest@latest