Update build.yml

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

View File

@@ -54,6 +54,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