From e727a78dc6dc5a1adc7a641ec353282b90aacdd0 Mon Sep 17 00:00:00 2001 From: tuxa <69870860+mrtuxa@users.noreply.github.com> Date: Sat, 23 Dec 2023 19:27:09 +0100 Subject: [PATCH] Update cpp.yml --- .github/workflows/cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml index d7a6d6a..24ad57a 100644 --- a/.github/workflows/cpp.yml +++ b/.github/workflows/cpp.yml @@ -24,6 +24,6 @@ jobs: - name: install run: sudo make install - name: Test if correct version - run: mkdir test && cd test && meson-init-cpp foo 0.1 14 && make && ./builddir/foo && cd ../.. && rm -rf test/ + run: mkdir test && cd test && meson-init-cpp foo 0.1 14 && make && ./builddir/foo - name: Test if version is incorrect run: mkdir test && cd test && meson-init-cpp 0.1 3000 && make && exit 0