From a9d0da3322df7c8e0700cf6c1cdbd968bde1dfa8 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 25 Apr 2021 15:35:50 +0200 Subject: [PATCH] update-srcinfo: clang32 uses clang.. --- .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 b5c8b5fb04..2f0b596059 100644 --- a/.github/workflows/generate-srcinfo.yml +++ b/.github/workflows/generate-srcinfo.yml @@ -28,7 +28,7 @@ jobs: - run: | # XXX: we don't need the toolchains for --printsrcinfo, but makepkg-mingw complains if gcc doesn't exist - touch /mingw64/bin/gcc.exe /mingw32/bin/gcc.exe /ucrt64/bin/gcc.exe /clang64/bin/clang.exe /clang32/bin/gcc.exe + touch /mingw64/bin/gcc.exe /mingw32/bin/gcc.exe /ucrt64/bin/gcc.exe /clang64/bin/clang.exe /clang32/bin/clang.exe curl --fail -L --retry 5 -o srcinfo.json "https://github.com/$GITHUB_REPOSITORY/releases/download/srcinfo-cache/srcinfo.json" python .ci/ci-generate-srcinfo.py --time-limit 19800 mingw . srcinfo.json