mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 14:15:52 -06:00
test windows deps
This commit is contained in:
parent
2a74e0acd2
commit
09c73d4fab
1 changed files with 2 additions and 1 deletions
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
|
|
@ -65,7 +65,8 @@ jobs:
|
|||
echo $env:GITHUB_PATH
|
||||
echo $env:PATH
|
||||
- name: Install Windows dependencies - build gtk
|
||||
if: runner.os == 'Windows' && steps.cache.outputs.cache-hit != 'true'
|
||||
# if: runner.os == 'Windows' && steps.cache.outputs.cache-hit != 'true'
|
||||
if: runner.os == 'Windows'
|
||||
run: |
|
||||
# choco install msys2
|
||||
# choco install visualstudio2022-workload-vctools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue