Skip to content

Commit

Permalink
Merge pull request #972 from scrtlabs/fix-ci
Browse files Browse the repository at this point in the history
+ Reverted xgo version to one that doesn't fail
  • Loading branch information
Cashmaney authored Jul 19, 2022
2 parents c6d3e91 + c486236 commit 7b53f7e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ jobs:
SGX_MODE=SW make clippy
SGX_MODE=HW make clippy
XBuild-CLI:
MacOS-ARM64-CLI:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
Expand All @@ -263,12 +263,10 @@ jobs:
go-version: "^1.18" # The Go version to download (if necessary) and use.
- name: Install xgo
run: |
go install github.com/crazy-max/xgo@latest
go install github.com/crazy-max/xgo@v0.17.0
xgo || true # check installation
- name: Build MacOS CLI
run: make build_macos_cli
- name: Build Windows CLI
run: make build_windows_cli
run: make build_macos_arm64_cli

Integration-Tests:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 7b53f7e

Please sign in to comment.