From 1921e167333d970edc7375a980c77a47069c9cb8 Mon Sep 17 00:00:00 2001 From: absurdfarce Date: Wed, 30 Oct 2024 14:42:12 -0500 Subject: [PATCH] Yup, this is surely the most efficient way to debug this stuff --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 55253f662..1e44b4c0e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,9 @@ jobs: - uses: actions/checkout@v4 - uses: ilammy/msvc-dev-cmd@v1 - name: Install dependencies - run: C:\msys64\pacman -S libuv libuv-devel zlib zlib-devel heimdal-libs mingw-w64-x86_64-ntldd + run: | + dir C:\msys64 + C:\msys64\pacman -S libuv libuv-devel zlib zlib-devel heimdal-libs mingw-w64-x86_64-ntldd - name: Build and run tests run: | mkdir build