From 5a363dbc263abaa8a71f5bf606351d8d458ce70a Mon Sep 17 00:00:00 2001 From: DTJ11235 <73634737+DaveTJones@users.noreply.github.com> Date: Mon, 6 Nov 2023 20:05:39 +0000 Subject: Adds check for 7b-zephyr and uses correct template (#1283) * Adds check for 7b-zephyr and uses correct template * Handle zephyr as mistral. * Disable the protoc bits of the CI. --------- Co-authored-by: Laurent --- .github/workflows/rust-ci.yml | 4 ---- 1 file changed, 4 deletions(-) (limited to '.github') diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index b435bdfa..2ca53b23 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -16,7 +16,6 @@ jobs: rust: [stable] steps: - uses: actions/checkout@v2 - - uses: arduino/setup-protoc@v2 - uses: actions-rs/toolchain@v1 with: profile: minimal @@ -36,7 +35,6 @@ jobs: rust: [stable] steps: - uses: actions/checkout@v2 - - uses: arduino/setup-protoc@v2 - uses: actions-rs/toolchain@v1 with: profile: minimal @@ -52,7 +50,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: arduino/setup-protoc@v2 - uses: actions-rs/toolchain@v1 with: profile: minimal @@ -69,7 +66,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: arduino/setup-protoc@v2 - uses: actions-rs/toolchain@v1 with: profile: minimal -- cgit v1.2.3