Skip to content

Commit

Permalink
Update zeroconf_test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
willstott101 authored Dec 30, 2023
1 parent 72a1ece commit fbe4000
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/zeroconf_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ jobs:
steps:
- uses: actions/checkout@v1

- name: Install latest nightly
uses: actions-rs/toolchain@v1
with:
toolchain: 1.46.0
override: true

- name: Compile example
run: cargo build --example register

Expand Down

0 comments on commit fbe4000

Please sign in to comment.