From df096acb0d40a7bb2bf33b8009860442fda4d936 Mon Sep 17 00:00:00 2001 From: Michael Schlottke-Lakemper Date: Thu, 25 Jan 2024 22:48:33 +0100 Subject: [PATCH] Where is the dll? --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ce0be3..9073dd5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,7 +106,8 @@ jobs: if: ${{ matrix.os == 'windows-latest' }} run: | cat LocalPreferences.toml - ls -la $(pwd)/smesh/install/lib/libsmesh.* + ls -la $(pwd)/smesh/install/lib/ + ls -la $(pwd)/smesh/install/bin/ shell: 'msys2 {0}' # END - Build smesh locally - remove once JLL package is available - uses: julia-actions/setup-julia@v1