Skip to content

Commit

Permalink
Apparently pacman is there but just not in the default path... ?
Browse files Browse the repository at this point in the history
  • Loading branch information
absurdfarce committed Oct 30, 2024
1 parent c60f13b commit 9ccd945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
KERBEROS_LIB_DIR: C:\vcpkg\packages\krb5_x64-windows\lib
steps:
- uses: actions/checkout@v4
- uses: ilammy/msvc-dev-cmd@v1
- name: Install dependencies
run: pacman -S libuv libuv-devel zlib zlib-devel heimdal-libs mingw-w64-x86_64-ntldd
- uses: ilammy/msvc-dev-cmd@v1
- name: Build and run tests
run: |
mkdir build
Expand Down

0 comments on commit 9ccd945

Please sign in to comment.