From 4dc95345e45a65be8f0778a2b6ea22857ab8df0c Mon Sep 17 00:00:00 2001 From: Arnaud Date: Sat, 11 Oct 2025 14:40:44 +0200 Subject: [PATCH] Fix dependencies --- .github/workflows/artifacts.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index b14dfff..3332187 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -65,11 +65,11 @@ jobs: install: >- base-devel git - mingw-w64-x86_64-cmake - mingw-w64-x86_64-ntldd-git - mingw-w64-x86_64-rust - mingw-w64-x86_64-toolchain - + mingw-w64-ucrt-x86_64-toolchain + mingw-w64-ucrt-x86_64-cmake + mingw-w64-ucrt-x86_64-ntldd-git + mingw-w64-ucrt-x86_64-rust + - name: Build libcodex (Windows) if: matrix.os == 'windows-latest' && steps.cache-libcodex.outputs.cache-hit != 'true' shell: msys2 {0}