We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c60f13b commit 9ccd945Copy full SHA for 9ccd945
.github/workflows/test.yml
@@ -15,9 +15,9 @@ jobs:
15
KERBEROS_LIB_DIR: C:\vcpkg\packages\krb5_x64-windows\lib
16
steps:
17
- uses: actions/checkout@v4
18
+ - uses: ilammy/msvc-dev-cmd@v1
19
- name: Install dependencies
20
run: pacman -S libuv libuv-devel zlib zlib-devel heimdal-libs mingw-w64-x86_64-ntldd
- - uses: ilammy/msvc-dev-cmd@v1
21
- name: Build and run tests
22
run: |
23
mkdir build
0 commit comments