From c3a0159abc865246cc5daa67f1f1aab7b2c34ca2 Mon Sep 17 00:00:00 2001 From: lvntky Date: Sun, 11 Aug 2024 10:29:42 +0300 Subject: [PATCH] [ci] fix cmake preset --- .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 2613579..bde7114 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: curl -o test/source/utest.h https://raw.githubusercontent.com/sheredom/utest.h/master/utest.h - name: Configure - run: cmake --preset=ci-linux + run: cmake --preset=ci-ubuntu - name: Build run: cmake --build build --config Release -j 2