Skip to content

Commit ab8a93f

Browse files
authored
remove sudo from windows pipeline
1 parent 7183de2 commit ab8a93f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ jobs:
3131

3232
- name: Install GTK deps
3333
run: |
34-
sudo pacman -Syu
35-
sudo pacman -S mingw-w64-ucrt-x86_64-gtk4 mingw-w64-ucrt-x86_64-python3-gobject
34+
pacman -S mingw-w64-x86_64-gtk4 mingw-w64-gobject-introspection
3635
3736
- name: Install Poetry and Deps
3837
run: |

0 commit comments

Comments
 (0)