Skip to content

Commit

Permalink
Test py-pyyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored Mar 14, 2024
1 parent 5dd7ae2 commit 59b126b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ jobs:
- name: 🌋 Build
run: |
.\vcpkg\vcpkg.exe install --overlay-ports="${{ github.workspace }}/ports" --triplet=${{ matrix.triplet }} --x-buildtrees-root=C:/vcpkg-build py-pyqt6
.\vcpkg\vcpkg.exe install --overlay-ports="${{ github.workspace }}/ports" --triplet=${{ matrix.triplet }} --x-buildtrees-root=C:/vcpkg-build \
py-pyqt6 \
py-pyyaml
- name: 📑 Upload logs
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 59b126b

Please sign in to comment.