From 11170006e92680965c3f5ec0d4c741df6c5a6269 Mon Sep 17 00:00:00 2001 From: Karutoh Date: Tue, 1 Oct 2024 20:19:38 -0700 Subject: [PATCH] Fixed workflow for Windows. --- .gitea/workflows/BuildRelease.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/BuildRelease.yaml b/.gitea/workflows/BuildRelease.yaml index c2586c4..0dc9169 100644 --- a/.gitea/workflows/BuildRelease.yaml +++ b/.gitea/workflows/BuildRelease.yaml @@ -8,6 +8,9 @@ on: jobs: Windows-AMD64-Build: runs-on: windows-x86_64 + defaults: + run: + shell: powershell steps: - name: Check out repository code uses: actions/checkout@v3