Fixed workflow for Windows.
Some checks failed
Build & Release / Linux-AMD64-Build (push) Failing after 8s
Build & Release / Linux-AARCH64-Build (push) Failing after 14s
Build & Release / Windows-AMD64-Build (push) Failing after 5m15s

This commit is contained in:
Arron David Nelson 2024-10-01 20:19:38 -07:00
parent 37e3ca9360
commit 11170006e9

View File

@ -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