mirror of
https://github.com/dyhkwong/Exclave.git
synced 2026-06-09 10:32:22 +08:00
Fix libcore compile error
This commit is contained in:
4
.github/workflows/debug.yml
vendored
4
.github/workflows/debug.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user