From 17eba82bc8af979ecc0a61325168529ec278b459 Mon Sep 17 00:00:00 2001 From: Andy Sweet Date: Sun, 1 Oct 2023 21:24:46 -0700 Subject: [PATCH] Remove duplicate step --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4520ec1..fa50c83 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,7 +66,6 @@ jobs: - name: Build run: | - cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=Release -DNOTEST=1 cmake --build ${{github.workspace}}/build --config Release cpack --config ${{github.workspace}}/build/CPackConfig.cmake -C Release -G ZIP