Skip to content

Commit

Permalink
Use absolute paths
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Apr 10, 2024
1 parent 874da43 commit e98f51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/exe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
C:\msys64\mingw64\bin\sed -i 's/^from \./from weasyprint\./' weasyprint/__main__.py
echo "C:\msys64\mingw64\bin" | Out-File -FilePath $env:GITHUB_PATH
rm C:\msys64\mingw64\bin\python.exe
gcc -o testfont testfont.c $(pkg-config.exe --cflags --libs pango fontconfig harfbuzz pangoft2)
C:\msys64\mingw64\bin\gcc -o testfont testfont.c $(C:\msys64\mingw64\bin\pkg-config.exe --cflags --libs pango fontconfig harfbuzz pangoft2)
- name: Install requirements
run: python -m pip install . pyinstaller
- name: Generate executable
Expand Down

0 comments on commit e98f51e

Please sign in to comment.