Skip to content

Commit

Permalink
add xcode reset process
Browse files Browse the repository at this point in the history
  • Loading branch information
HyodaKazuaki committed Apr 6, 2023
1 parent b8949bc commit cf69bcd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ jobs:
sudo ln -s /usr/${{ matrix.arch }}/lib/ld-linux-*.so* /usr/lib/
fi
- name: Prepare Xcode for build iOS target
if: startsWith(matrix.os, 'macos')
run: sudo xcode-select --reset

- name: Build ONNX Runtime
if: steps.cache-build-result.outputs.cache-hit != 'true'
env:
Expand Down

0 comments on commit cf69bcd

Please sign in to comment.