|
50 | 50 | - name: Run sccache-cache |
51 | 51 | uses: mozilla-actions/sccache-action@9e326ebed976843c9932b3aa0e021c6f50310eb4 # v0.0.6 |
52 | 52 | if: ${{ !startsWith(github.head_ref, 'renovate/') }} |
| 53 | + - name: Install protobuf compiler |
| 54 | + run: apt-get update && apt-get install protobuf-compiler -y |
53 | 55 | - name: Install sqlx |
54 | 56 | run: cargo install sqlx-cli --no-default-features --features postgres |
55 | 57 | - name: Run the test sqlx migrations |
|
78 | 80 | - name: Run sccache-cache |
79 | 81 | uses: mozilla-actions/sccache-action@9e326ebed976843c9932b3aa0e021c6f50310eb4 # v0.0.6 |
80 | 82 | if: ${{ !startsWith(github.head_ref, 'renovate/') }} |
| 83 | + - name: Install protobuf compiler |
| 84 | + run: apt-get update && apt-get install protobuf-compiler -y |
81 | 85 | - run: | |
82 | 86 | rustup component add clippy |
83 | 87 | # Temporarily allowing dead-code, while denying all other warnings |
@@ -116,6 +120,8 @@ jobs: |
116 | 120 | echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV |
117 | 121 | echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV |
118 | 122 | if: ${{ !startsWith(github.head_ref, 'renovate/') }} |
| 123 | + - name: Install protobuf compiler |
| 124 | + run: apt-get update && apt-get install protobuf-compiler -y |
119 | 125 | - name: Run sccache-cache |
120 | 126 | uses: mozilla-actions/sccache-action@9e326ebed976843c9932b3aa0e021c6f50310eb4 # v0.0.6 |
121 | 127 | if: ${{ !startsWith(github.head_ref, 'renovate/') }} |
@@ -166,6 +172,8 @@ jobs: |
166 | 172 | echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV |
167 | 173 | echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV |
168 | 174 | if: ${{ !startsWith(github.head_ref, 'renovate/') }} |
| 175 | + - name: Install protobuf compiler |
| 176 | + run: apt-get update && apt-get install protobuf-compiler -y |
169 | 177 | - name: Run sccache-cache |
170 | 178 | uses: mozilla-actions/sccache-action@9e326ebed976843c9932b3aa0e021c6f50310eb4 # v0.0.6 |
171 | 179 | if: ${{ !startsWith(github.head_ref, 'renovate/') }} |
|
0 commit comments