Skip to content

Commit

Permalink
msys2 drama
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwormhole authored Jun 8, 2024
1 parent f3c15db commit 1853b04
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ on:
jobs:
build-windows:
runs-on: windows-latest
defaults:
run:
shell: msys2 {0}

steps:
- name: Git Checkout
uses: actions/checkout@v4
Expand All @@ -23,8 +19,9 @@ jobs:
update: true

- name: Install GTK deps
shell: msys2 {0}
run: |
pacman -S mingw-w64-ucrt-x86_64-gtk4 mingw-w64-ucrt-x86_64-python3-gobject mingw-w64-ucrt-x86_64-python-pip --noconfirm
pacman -S mingw-w64-ucrt-x86_64-gtk4 mingw-w64-ucrt-x86_64-python3-gobject pacman -S mingw-w64-ucrt-x86_64-gobject-introspection --noconfirm
- name: Install Poetry and Deps
run: |
Expand Down

0 comments on commit 1853b04

Please sign in to comment.