We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cde4cac commit a3a86c1Copy full SHA for a3a86c1
1 file changed
.github/workflows/osx.yml
@@ -46,6 +46,4 @@ jobs:
46
47
- name: Test Thug
48
run: |
49
- tox
50
- env:
51
- DYLD_FALLBACK_LIBRARY_PATH: /opt/homebrew/lib:$DYLD_FALLBACK_LIBRARY_PATH
+ DYLD_FALLBACK_LIBRARY_PATH=/opt/homebrew/lib:$DYLD_FALLBACK_LIBRARY_PATH tox
0 commit comments