We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b4026b commit 66c0c43Copy full SHA for 66c0c43
.github/workflows/bench.yml
@@ -18,8 +18,6 @@ jobs:
18
submodules: recursive
19
- uses: dtolnay/rust-toolchain@stable
20
21
- - run: git submodule update --init
22
-
23
- if: matrix.os == 'ubuntu-latest'
24
name: Get Linux CPU Info
25
run: cat /proc/cpuinfo
@@ -42,6 +40,8 @@ jobs:
42
40
# TODO: Add the rust stuff right here
43
41
- run: cd extras/simple-bench
44
45
- - run: cd ext
46
- - run: cmake -B build .
47
- - run: cmake --build build --config Release
+ - run: |
+ cd extras/simple-bench/ext
+ cmake -B build .
+ cmake --build build --config Release
+ name: Build C/C++
0 commit comments