Skip to content

Commit 8cb48ad

Browse files
Fix bug on cmake-for-libraries.yml
1 parent 00f9faa commit 8cb48ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-for-libraries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
tests_dir="${{ github.workspace }}/tests"
4747
echo "tests-dir=$tests_dir" >> "$GITHUB_OUTPUT"
48-
echo "build-dir=$tests_dir/build" >> "$GITHUB_OUTPUT
48+
echo "build-dir=$tests_dir/build" >> "$GITHUB_OUTPUT"
4949
5050
- name: Configure CMake
5151
run: >

0 commit comments

Comments
 (0)