Skip to content

Commit

Permalink
fetch lwip
Browse files Browse the repository at this point in the history
  • Loading branch information
mcspr committed Dec 21, 2023
1 parent 8d77188 commit 54a9dd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CMake build
name: Test build

on:
push:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
env:
ESP8266_ARDUINO_CORE_DIR: ${{ github.workspace }}/esp8266
run: |
make -C repo/ -j$(nproc) PREFIX=${ESP8266_ARDUINO_CORE_DIR}
make -C repo/ -j$(nproc) PREFIX=${ESP8266_ARDUINO_CORE_DIR} arduino/upstream
cmake-build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 54a9dd2

Please sign in to comment.