Skip to content

Commit 3835a02

Browse files
build_release.yml: Fix CI
1 parent d5a185d commit 3835a02

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build_release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@ jobs:
99
steps:
1010
- name: Checkout Repository
1111
uses: actions/checkout@v4
12-
- name: Install MinGW toolchain
13-
uses: egor-tensin/setup-mingw@v2
14-
with:
15-
platform: "both"
12+
- name: Install Golang toolchain
13+
uses: actions/setup-go@v5
1614
- name: Build Powershell Wrapper (32bit)
1715
run: |
1816
make powershell32.exe

0 commit comments

Comments
 (0)