Skip to content

fix: add crate in Cargo.toml to get local IP Address #2

fix: add crate in Cargo.toml to get local IP Address

fix: add crate in Cargo.toml to get local IP Address #2

Workflow file for this run

name: PlatformIO Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: |
~/.cache/pip
~/.platformio/.cache
key: ${{ runner.os }}-pio
- uses: dtolnay/rust-toolchain@nightly
- name: Build the project
run: cargo build --release