Skip to content

Commit

Permalink
add shared libs to paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwormhole authored Jun 8, 2024
1 parent e0cfe11 commit 25f3ff6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,21 @@ jobs:
mingw-w64-x86_64-gobject-introspection
mingw-w64-x86_64-pkg-config
- name: List
run: |
pacman -Ql mingw-w64-x86_64-gobject-introspection
echo "------------------------------------"
- uses: actions/setup-python@v5
with:
python-version: '3.12'

- name: Git Checkout
uses: actions/checkout@v4

- run: echo "${{ runner.temp }}/msys/msys64/mingw64/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- run: |
echo "${{ runner.temp }}/msys/msys64/mingw64/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
echo "${{ runner.temp }}/msys/msys64/mingw64/lib" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- name: Install Poetry and Deps
run: |
Expand Down

0 comments on commit 25f3ff6

Please sign in to comment.