From 303548c78eddcdd4144766055aec9b4ca66f2255 Mon Sep 17 00:00:00 2001 From: offa Date: Tue, 7 May 2024 17:24:59 +0200 Subject: [PATCH] Test --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 864f448..5daa46d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,7 +105,7 @@ jobs: - name: Build run: script/ci_build.sh - name: Install - run: cmake -DCMAKE_INSTALL_PREFIX=$HOME --build build --target install + run: cmake --build build --target install formatting-check: