Skip to content

Commit

Permalink
Update libtorch.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dfalbel authored May 9, 2023
1 parent a24dd9b commit 1dbfe6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/libtorch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: |
cp /opt/homebrew/lib/libomp.dylib libtorch/lib/libomp.dylib
- name: Patch search path
if: ${{ github.event.inputs.release_name == "OpenMP" }}
if: ${{ github.event.inputs.release_name == 'OpenMP' }}
run: |
install_name_tool -change /opt/homebrew/opt/libomp/lib/libomp.dylib @rpath/libomp.dylib libtorch/lib/libtorch.dylib
- name: Create archive
Expand Down

0 comments on commit 1dbfe6f

Please sign in to comment.