Skip to content

Commit a9d53d7

Browse files
Fixed ci issues
1 parent 48acc54 commit a9d53d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dynamic_analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
path: "${{ runner.workspace }}/cachegrind_results.txt"
8989

9090
- name: Run perf stat
91-
working-directory: "${{ runner.workspace }}/build_perf"
91+
working-directory: "${{ runner.workspace }}/build"
9292
run: |
9393
echo "Running perf stat..."
9494
perf stat -e cycles,instructions,cache-references,cache-misses,branches,branch-misses,context-switches,cpu-migrations,page-faults,\

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
shell: bash
8282
working-directory: "${{ runner.workspace }}/build"
8383
run: |
84-
cmake -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} \
84+
cmake -G "Ninja" -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} \
8585
-DCMAKE_C_COMPILER=clang \
8686
-DCMAKE_CXX_COMPILER=clang++ \
8787
-DCMAKE_C_FLAGS="-Wall -Wextra -Wpedantic" \

0 commit comments

Comments
 (0)