Skip to content

Commit 66c0c43

Browse files
committed
Add extra diagnostics.
1 parent 1b4026b commit 66c0c43

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/bench.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
submodules: recursive
1919
- uses: dtolnay/rust-toolchain@stable
2020

21-
- run: git submodule update --init
22-
2321
- if: matrix.os == 'ubuntu-latest'
2422
name: Get Linux CPU Info
2523
run: cat /proc/cpuinfo
@@ -42,6 +40,8 @@ jobs:
4240
# TODO: Add the rust stuff right here
4341
- run: cd extras/simple-bench
4442

45-
- run: cd ext
46-
- run: cmake -B build .
47-
- run: cmake --build build --config Release
43+
- run: |
44+
cd extras/simple-bench/ext
45+
cmake -B build .
46+
cmake --build build --config Release
47+
name: Build C/C++

0 commit comments

Comments
 (0)