Skip to content

Commit 2413f25

Browse files
authored
Merge pull request #115 from git-for-windows/remove-packages-from-pacman-repository
Follow-up fixes for the workflow to remove packages from Git for Windows' Pacman repository
2 parents f054802 + 6ae8d1f commit 2413f25

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/remove-packages-from-pacman-repository.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: remove-packages-from-pacman-repository
1+
name: Remove Packages from the Pacman repository
22
run-name: Remove ${{ inputs.packages }} from the Pacman repository
33

44
on:
@@ -33,9 +33,7 @@ jobs:
3333
- name: Download Git for Windows SDK
3434
uses: git-for-windows/setup-git-for-windows-sdk@v1
3535
with:
36-
flavor: makepkg-git
37-
architecture: x86_64
38-
msys: true
36+
flavor: build-installers
3937

4038
- name: Clone build-extra
4139
shell: bash

0 commit comments

Comments
 (0)