From 57f1894fbd2b9720627cd5dfae8de19073f0a1b0 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Tue, 7 Apr 2026 23:24:57 +0200 Subject: [PATCH] Fix installing Windows build deps on release --- .github/workflows/create-release-artifacts.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/create-release-artifacts.yml b/.github/workflows/create-release-artifacts.yml index e51d24f2..831781c1 100644 --- a/.github/workflows/create-release-artifacts.yml +++ b/.github/workflows/create-release-artifacts.yml @@ -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: