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: