Skip to content

feat(windows): group ip addresses to interfaces based on interface in… #118

feat(windows): group ip addresses to interfaces based on interface in…

feat(windows): group ip addresses to interfaces based on interface in… #118

Workflow file for this run

name: build
on:
pull_request:
push:
branches:
- main
jobs:
build:
name: Builds on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [
ubuntu-latest,
windows-latest,
macOS-latest
]
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
- name: Build
run: cargo build --release