Update release.yml

This commit is contained in:
Netch
2023-01-02 09:22:20 +08:00
committed by GitHub
parent ffa329dd39
commit 206cb18ef5

View File

@@ -50,6 +50,8 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
if: steps.check_other.outputs.files_exists == 'false'
with:
go-version: stable
- name: Setup C++
uses: msys2/setup-msys2@v2