Skip to content

Commit 9ccd945

Browse files
committed
Apparently pacman is there but just not in the default path... ?
1 parent c60f13b commit 9ccd945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
KERBEROS_LIB_DIR: C:\vcpkg\packages\krb5_x64-windows\lib
1616
steps:
1717
- uses: actions/checkout@v4
18+
- uses: ilammy/msvc-dev-cmd@v1
1819
- name: Install dependencies
1920
run: pacman -S libuv libuv-devel zlib zlib-devel heimdal-libs mingw-w64-x86_64-ntldd
20-
- uses: ilammy/msvc-dev-cmd@v1
2121
- name: Build and run tests
2222
run: |
2323
mkdir build

0 commit comments

Comments
 (0)