From 9ad239690fe6b151afe2f43c2858d68a2b877e1d Mon Sep 17 00:00:00 2001 From: dundargoc Date: Sun, 22 Oct 2023 13:30:32 +0200 Subject: ci: various fixes - adjust reviewers - add workflow as cache key - install attr only when tesitng - fix s390x workflow by checking out the merge PR instead of master --- .github/workflows/lintcommit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/lintcommit.yml') diff --git a/.github/workflows/lintcommit.yml b/.github/workflows/lintcommit.yml index cb63ddef68..8f56c057ae 100644 --- a/.github/workflows/lintcommit.yml +++ b/.github/workflows/lintcommit.yml @@ -18,7 +18,7 @@ jobs: - uses: ./.github/actions/cache - name: Build run: | - cmake -S cmake.deps -B .deps -G Ninja + cmake -S cmake.deps --preset ci cmake --build .deps cmake --preset ci cmake --build build -- cgit