Skip to content

Commit

Permalink
Update DYLD_ROOT_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
justinwsmith committed Feb 21, 2024
1 parent 5d13428 commit 977060b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,5 @@ jobs:
working-directory: ./aws-lc-rs
run: cargo test --features bindgen,unstable --target ${{ matrix.target }}
env:
DYLD_ROOT_PATH: "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot"
# Surely there's a way to dynamially locate this path
DYLD_ROOT_PATH: "/Library/Developer/CoreSimulator/Volumes/iOS_21C62/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.2.simruntime/Contents/Resources/RuntimeRoot/"

0 comments on commit 977060b

Please sign in to comment.