From 00be72c6e8c07801598bed9cda637274d0c27141 Mon Sep 17 00:00:00 2001 From: Hiruna Samarakoon Date: Tue, 25 Jun 2024 12:05:41 +1000 Subject: [PATCH] Update c-cpp.yml --- .github/workflows/c-cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index de5d306..192f5ec 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -44,7 +44,7 @@ jobs: - name: build run: mkdir build && cd build && cmake .. && make -j8 && cd .. - name: test - run: ./test/test.sh + run: test/test.sh # ubuntu_18: # name: Ubuntu 18 # runs-on: ubuntu-20.04