summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-03-30 18:11:56 +0200
committerGitHub <noreply@github.com>2025-03-30 18:11:56 +0200
commit7bb44e4058c04e5e885ad3037ae02b11cce18f1a (patch)
tree578676ca0c4f6df2c4063de76e74254f1a9c7bc3
parent2bb35c5a7c5f92347f5240868566c680987c7ab7 (diff)
Update cmake-cgi.yml
-rw-r--r--.github/workflows/cmake-cgi.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake-cgi.yml b/.github/workflows/cmake-cgi.yml
index e8107af..6111570 100644
--- a/.github/workflows/cmake-cgi.yml
+++ b/.github/workflows/cmake-cgi.yml
@@ -52,7 +52,7 @@ jobs:
id: strings
shell: bash
run: |
- echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
+ echo "build-output-dir=./build" >> "$GITHUB_OUTPUT"
- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.