From 421012aabf3ab061b66d8a673227fca3838879fb Mon Sep 17 00:00:00 2001 From: Mate Soos Date: Fri, 12 Apr 2024 04:31:43 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 778f3bc..be3beb1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -107,7 +107,7 @@ jobs: - name: Build # Build your program with the given configuration - run: cmake --build ${{github.workspace}}/build --config ${{env.build_type}} + run: cmake --build ${{github.workspace}}/build - name: Test working-directory: ${{github.workspace}}/build