Skip to content

Commit 32292aa

Browse files
committed
Make validate workflow not error and possibly fix issue with build.
1 parent 74caaef commit 32292aa

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
1818
- name: configure
1919
run: |
20-
cmake -H. -B'${{ runner.workspace }}/simc/b/ninja' -GNinja -DBUILD_GUI=OFF
20+
cmake -H'${{ runner.workspace }}/simc/' -B'${{ runner.workspace }}/simc/b/ninja' -GNinja -DBUILD_GUI=OFF
2121
-DCMAKE_BUILD_TYPE=Release
2222
-DCMAKE_CXX_COMPILER=clang++-18
2323
-DCMAKE_CXX_STANDARD=17

.github/workflows/validate.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# name: validate
1+
name: validate
2+
3+
on:
4+
workflow_call
25

36
# jobs:
47
# validate:

0 commit comments

Comments
 (0)