We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a699106 commit 961d3d8Copy full SHA for 961d3d8
.github/workflows/compile.yml
@@ -37,6 +37,5 @@ jobs:
37
- name: Build project for ${{ matrix.mbed_target }}
38
run: |
39
mkdir build && cd build
40
- python3 -m pip install -r
41
cmake .. -GNinja -DMBED_TARGET=${{ matrix.mbed_target }}
42
ninja
0 commit comments