Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fortuna committed May 31, 2024
1 parent b7da78e commit 75ef5b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
run: go build -v ./...

- name: Build X
run: go build -C x -o "${{ env.OUTPUT_DIR }}/" -v ./...
run: go -C x build -tags psiphon -o "${{ env.OUTPUT_DIR }}/" -v ./...

- name: Build Go Mobile
if: matrix.os == 'macos-latest' || matrix.os == 'ubuntu-latest'
run: go build -C x -o "${{ env.OUTPUT_DIR }}/" golang.org/x/mobile/cmd/gomobile golang.org/x/mobile/cmd/gobind
run: go -C x build -o "${{ env.OUTPUT_DIR }}/" golang.org/x/mobile/cmd/gomobile golang.org/x/mobile/cmd/gobind

- name: Build Mobileproxy (Android)
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 75ef5b4

Please sign in to comment.