From 9ccd945038e3699ced1fb242a6449e28bf2fa8d7 Mon Sep 17 00:00:00 2001 From: absurdfarce Date: Wed, 30 Oct 2024 14:38:40 -0500 Subject: [PATCH] Apparently pacman is there but just not in the default path... ? --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 12e007371..b4c1e3101 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,9 +15,9 @@ jobs: KERBEROS_LIB_DIR: C:\vcpkg\packages\krb5_x64-windows\lib steps: - uses: actions/checkout@v4 + - uses: ilammy/msvc-dev-cmd@v1 - name: Install dependencies run: pacman -S libuv libuv-devel zlib zlib-devel heimdal-libs mingw-w64-x86_64-ntldd - - uses: ilammy/msvc-dev-cmd@v1 - name: Build and run tests run: | mkdir build