Skip to content

Commit 1921e16

Browse files
committed
Yup, this is surely the most efficient way to debug this stuff
1 parent 2b2d464 commit 1921e16

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: ilammy/msvc-dev-cmd@v1
1919
- name: Install dependencies
20-
run: C:\msys64\pacman -S libuv libuv-devel zlib zlib-devel heimdal-libs mingw-w64-x86_64-ntldd
20+
run: |
21+
dir C:\msys64
22+
C:\msys64\pacman -S libuv libuv-devel zlib zlib-devel heimdal-libs mingw-w64-x86_64-ntldd
2123
- name: Build and run tests
2224
run: |
2325
mkdir build

0 commit comments

Comments
 (0)