add actions/ to protoc action
Some checks failed
/ build (push) Failing after 10s
/ clippy (push) Failing after 9s

This commit is contained in:
xqtc 2024-09-05 22:22:47 +02:00
parent acfa7b0dfb
commit 4f4886ac98

View file

@ -11,12 +11,12 @@ jobs:
- uses: https://github.com/actions-rs/toolchain@v1
with:
toolchain: nightly
- name: Install Protoc
uses: actions/arduino/setup-protoc@v3
- uses: https://github.com/actions-rs/cargo@v1
with:
command: build
args: --release --bins
- name: Install Protoc
uses: arduino/setup-protoc@v3
- uses: https://github.com/actions-rs/cargo@v1
with:
command: build
@ -35,7 +35,7 @@ jobs:
with:
toolchain: nightly
- name: Install Protoc
uses: arduino/setup-protoc@v3
uses: actions/arduino/setup-protoc@v3
- uses: https://github.com/actions-rs/cargo@v1
with:
command: clippy