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 9ccd945 commit 2b2d464Copy full SHA for 2b2d464
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
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
+ run: C:\msys64\pacman -S libuv libuv-devel zlib zlib-devel heimdal-libs mingw-w64-x86_64-ntldd
21
- name: Build and run tests
22
run: |
23
mkdir build
0 commit comments