We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16f833c commit 9bd868fCopy full SHA for 9bd868f
.github/workflows/build.yml
@@ -11,8 +11,8 @@ jobs:
11
- run: sudo apt-get install git wget flex bison gperf python3 python3-pip python3-venv cmake ninja-build ccache libffi-dev libssl-dev dfu-util libusb-1.0-0
12
- name: Check out repository
13
uses: actions/checkout@v4
14
- - run: make prepare
15
- run: cd test_native && make && ./test && cd -
+ - run: make prepare
16
- run: make build DEVICE=${{ matrix.device }}
17
- name: Upload artifacts
18
uses: actions/upload-artifact@v4
0 commit comments