From 3f73f35a531414dec2638a40e07c232881972c9a Mon Sep 17 00:00:00 2001 From: Kartik Singh Date: Thu, 29 Feb 2024 13:35:23 -0800 Subject: [PATCH] mingw cmake --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index b631ba67..94cad534 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -20,7 +20,7 @@ jobs: with: msystem: UCRT64 update: true - install: mingw-w64-ucrt-x86_64-toolchain make diffutils git cmake mingw-w64-ucrt-x86_64-lapack libffi + install: mingw-w64-ucrt-x86_64-toolchain make diffutils git mingw-w64-cmake mingw-w64-ucrt-x86_64-lapack libffi - name: install host sbcl shell: pwsh working-directory: sbcl