Fix installing Windows build deps on release

This commit is contained in:
ISSOtm
2026-04-07 23:24:57 +02:00
committed by Eldred Habert
parent 021fe01eb0
commit 57f1894fbd
@@ -39,7 +39,8 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v6
- name: Install deps
run: .github/scripts/install_deps.sh windows
run: |
bash .github/scripts/install_deps.sh windows
- name: Cache library deps
uses: actions/cache@v5
with: