Skip to content

Commit 2b2d464

Browse files
committed
Okay, I guess we need the full path?
1 parent 9ccd945 commit 2b2d464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

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

0 commit comments

Comments
 (0)