Skip to content

Commit

Permalink
ci: remove protoc installation in GitHub workflow
Browse files Browse the repository at this point in the history
The GitHub workflow calls `make test`, which runs the protoc
installation and (re)generation of files inside a container. There is no
need to install protoc in the workflow anymore.

Signed-off-by: Niels de Vos <[email protected]>
  • Loading branch information
nixpanic authored and mergify[bot] committed Oct 18, 2024
1 parent cea285a commit 568dcb4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test-golang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ jobs:
with:
go-version-file: go.mod

- name: Install Protoc
# action @v1.3.0 can install protoc 3.19, @v2 installs protoc v21.0+
uses: arduino/[email protected]
with:
version: "3.20.2"

- name: Run "make test"
run: make test

Expand Down

0 comments on commit 568dcb4

Please sign in to comment.