Skip to content

Commit

Permalink
Fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
fortuna committed Dec 26, 2023
1 parent 08916cd commit 711b25e
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 @@ -19,7 +19,7 @@ jobs:

runs-on: ${{ matrix.os }}
env:
OUTPUT_DIR: ${{ env.GITHUB_WORKSPACE }}/out
OUTPUT_DIR: ${{ github.workspace }}/out

steps:
- name: Check out code into the Go module directory
Expand All @@ -40,7 +40,7 @@ jobs:
if: matrix.os == 'macos-latest'
run: |
go build -C x -o "${{ env.OUTPUT_DIR }}" golang.org/x/mobile/cmd/gomobile golang.org/x/mobile/cmd/gobind
cd "${{ env.GITHUB_WORKSPACE }}/x/mobileproxy"
cd "${{ github.workspace }}/x/mobileproxy"
PATH="${{ env.OUTPUT_DIR }}:$PATH" gomobile bind -ldflags='-s -w' -target=ios -iosversion=11.0 -o "${{ env.OUTPUT_DIR }}/mobileproxy.xcframework" github.com/Jigsaw-Code/outline-sdk/x/mobileproxy
- name: Test SDK
Expand Down

0 comments on commit 711b25e

Please sign in to comment.