mirror of
https://github.com/cesanta/mongoose.git
synced 2025-08-06 13:37:34 +08:00
Install gcc-arm-none-eabi for examples
This commit is contained in:
parent
31c5883f5f
commit
8a1d2a5dca
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -47,7 +47,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: sudo apt -y install libmbedtls-dev libpcap-dev
|
||||
- run: sudo apt -y install libmbedtls-dev libpcap-dev gcc-arm-none-eabi
|
||||
- run: make clean examples
|
||||
- run: make clean test MG_ENABLE_POLL=1
|
||||
macos:
|
||||
|
Loading…
Reference in New Issue
Block a user