From d0b66c7175577bddf13fcb270b4e115409d7d676 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 25 Oct 2020 09:13:17 +0100 Subject: [PATCH] CI: makepkg only requires binutils/strip --- .github/workflows/generate-srcinfo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-srcinfo.yml b/.github/workflows/generate-srcinfo.yml index bc8ee0e7..0f5284ed 100644 --- a/.github/workflows/generate-srcinfo.yml +++ b/.github/workflows/generate-srcinfo.yml @@ -21,7 +21,7 @@ jobs: - uses: msys2/setup-msys2@v2 with: msystem: MSYS - install: python git msys2-devel + install: python git binutils update: true - run: |