Fix libcore compile error

This commit is contained in:
enfein
2023-02-11 04:08:16 +00:00
parent d327452b95
commit fa7b59e628
3 changed files with 10 additions and 4 deletions

View File

@@ -47,7 +47,9 @@ jobs:
uses: actions/setup-go@v3
if: steps.cache.outputs.cache-hit != 'true'
with:
go-version: ${{ steps.version.outputs.go_version }}
# Bug: https://github.com/golang/go/issues/58426
# go-version: ${{ steps.version.outputs.go_version }}
go-version: 1.19.5
- name: Native Build
if: steps.cache.outputs.cache-hit != 'true'
run: ./run lib core