| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -68,7 +68,7 @@ jobs: | |||
| 68 | 68 | - name: Set Python DLL path and PYTHONHOME (non Windows) | |
| 69 | 69 | if: ${{ matrix.os.category != 'windows' }} | |
| 70 | 70 | run: | | |
| 71 | - echo PYTHONNET_PYDLL=$(find_libpython) >> $GITHUB_ENV | ||
| 71 | + echo PYTHONNET_PYDLL=$(uv run find_libpython) >> $GITHUB_ENV | ||
| 72 | 72 | ||
| 73 | 73 | - name: Set Python DLL path and PYTHONHOME (Windows) | |
| 74 | 74 | if: ${{ matrix.os.category == 'windows' }} | |
| Back | FazBrowse Home | New Git URL |
0 commit comments