Skip to content

Commit

Permalink
Yup, this is surely the most efficient way to debug this stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
absurdfarce committed Oct 30, 2024
1 parent 2b2d464 commit 1921e16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
- uses: actions/checkout@v4
- uses: ilammy/msvc-dev-cmd@v1
- name: Install dependencies
run: C:\msys64\pacman -S libuv libuv-devel zlib zlib-devel heimdal-libs mingw-w64-x86_64-ntldd
run: |
dir C:\msys64
C:\msys64\pacman -S libuv libuv-devel zlib zlib-devel heimdal-libs mingw-w64-x86_64-ntldd
- name: Build and run tests
run: |
mkdir build
Expand Down

0 comments on commit 1921e16

Please sign in to comment.