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 2b2d464 commit 1921e16Copy full SHA for 1921e16
.github/workflows/test.yml
@@ -17,7 +17,9 @@ jobs:
17
- uses: actions/checkout@v4
18
- uses: ilammy/msvc-dev-cmd@v1
19
- name: Install dependencies
20
- run: C:\msys64\pacman -S libuv libuv-devel zlib zlib-devel heimdal-libs mingw-w64-x86_64-ntldd
+ run: |
21
+ dir C:\msys64
22
+ C:\msys64\pacman -S libuv libuv-devel zlib zlib-devel heimdal-libs mingw-w64-x86_64-ntldd
23
- name: Build and run tests
24
run: |
25
mkdir build
0 commit comments