Skip to content

Commit

Permalink
Install protoc via apt
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Dec 6, 2022
1 parent 5755942 commit 0a3cf32
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
crate: ${{ fromJSON(needs.gather_published_crates.outputs.members) }}
steps:
- name: Install Protoc
uses: arduino/setup-protoc@64c0c85d18e984422218383b81c52f8b077404d3 # v1.1.2
run: apt-get install protobuf-compiler

- uses: actions/checkout@v3

Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Install Protoc
uses: arduino/setup-protoc@64c0c85d18e984422218383b81c52f8b077404d3 # v1.1.2
run: apt-get install protobuf-compiler

- uses: actions/checkout@v3

Expand All @@ -116,7 +116,7 @@ jobs:
- features: "mdns tcp dns async-std"
steps:
- name: Install Protoc
uses: arduino/setup-protoc@64c0c85d18e984422218383b81c52f8b077404d3 # v1.1.2
run: apt-get install protobuf-compiler

- uses: actions/checkout@v3

Expand All @@ -137,7 +137,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Protoc
uses: arduino/setup-protoc@64c0c85d18e984422218383b81c52f8b077404d3 # v1.1.2
run: apt-get install protobuf-compiler

- uses: actions/checkout@v3

Expand All @@ -163,7 +163,7 @@ jobs:
]
steps:
- name: Install Protoc
uses: arduino/setup-protoc@64c0c85d18e984422218383b81c52f8b077404d3 # v1.1.2
run: apt-get install protobuf-compiler

- uses: actions/checkout@v3

Expand All @@ -186,7 +186,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Protoc
uses: arduino/setup-protoc@64c0c85d18e984422218383b81c52f8b077404d3 # v1.1.2
run: apt-get install protobuf-compiler

- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Protoc
uses: arduino/setup-protoc@v1
run: apt-get install protobuf-compiler
- name: Checkout
uses: actions/checkout@v3
- name: Install nightly toolchain
Expand Down

0 comments on commit 0a3cf32

Please sign in to comment.