Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/remove-packages-from-pacman-repository.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: remove-packages-from-pacman-repository
name: Remove Packages from the Pacman repository
run-name: Remove ${{ inputs.packages }} from the Pacman repository

on:
Expand Down Expand Up @@ -33,9 +33,7 @@ jobs:
- name: Download Git for Windows SDK
uses: git-for-windows/setup-git-for-windows-sdk@v1
with:
flavor: makepkg-git
architecture: x86_64
msys: true
flavor: build-installers

- name: Clone build-extra
shell: bash
Expand Down