From 24ee83f13d4e30e56d1a90abf1955a76bbd50ea0 Mon Sep 17 00:00:00 2001 From: "Sergio R. Caprile" Date: Tue, 27 Dec 2022 18:31:39 -0300 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 65f0e741..b8a25216 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -47,7 +47,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - run: sudo apt -y install libmbedtls-dev libpcap-dev gcc-arm-none-eabi + - run: sudo apt -y install libmbedtls-dev libpcap-dev - run: make clean examples - run: make clean test MG_ENABLE_POLL=1 macos: @@ -130,6 +130,7 @@ jobs: name: ${{ matrix.example.path }} steps: - uses: actions/checkout@v3 + - run: sudo apt -y install gcc-arm-none-eabi - name: ${{ matrix.example.path }} run: make -C examples/${{ matrix.example.path }} build zephyr_examples: