Skip to content

Commit

Permalink
Removed protoc from workflows that use podman (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
markopoloparadox authored Apr 25, 2024
1 parent dc1eabd commit cccdc45
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ jobs:
uses: jlumbroso/free-disk-space@main
with:
tool-cache: true

- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
version: '3.x'

- name: install podman
run: sudo apt-get update && sudo apt install podman -y
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/releaser_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ jobs:
uses: jlumbroso/free-disk-space@main
with:
tool-cache: true

- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
version: '3.x'

- name: install podman
run: sudo apt-get update && sudo apt install podman -y
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/test_releaser_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ jobs:
uses: jlumbroso/free-disk-space@main
with:
tool-cache: true

- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
version: '3.x'

- name: install podman
run: sudo apt-get update && sudo apt install podman -y
Expand Down

0 comments on commit cccdc45

Please sign in to comment.