Skip to content

Commit

Permalink
Trying to let PyInstaller find the dlls on its own
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Oct 30, 2023
1 parent 1a6d413 commit 4783d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
@@ -65,7 +65,7 @@ jobs:
pip install path
- name: Run build
run: |
Get-ChildItem -Path C:\ -Filter libcasadi.dll -Recurse
# Get-ChildItem -Path C:\ -Filter libcasadi.dll -Recurse
pyinstaller pyinstaller.spec ${{ github.event.inputs.type }}
- uses: actions/upload-artifact@v2
with:

0 comments on commit 4783d38

Please sign in to comment.