Skip to content

Commit

Permalink
CI: skip Go for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nil4 committed Jan 7, 2025
1 parent 9f2f5b1 commit 55332b0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ jobs:
cd Samples/Beyond.NET.Sample.C
./build_${{ env.SCRIPT_SUFFIX }}
- name: build Go sample
run: |
cd Samples/Beyond.NET.Sample.Go
./build_${{ env.SCRIPT_SUFFIX }}
#- name: build Go sample
# run: |
# cd Samples/Beyond.NET.Sample.Go
# ./build_${{ env.SCRIPT_SUFFIX }}

- name: build Swift dependencies
run: |
Expand All @@ -87,5 +87,5 @@ jobs:
run: |
cd Samples/Beyond.NET.Sample.Native
./publish_android_arm64
pwsh Samples/Beyond.NET.Sample.Android/test-on-emulator.ps1

0 comments on commit 55332b0

Please sign in to comment.