|
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 |
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 |
@@ -116,6 +118,8 @@ jobs: |
116 | 118 | echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV |
117 | 119 | echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV |
118 | 120 | if: ${{ !startsWith(github.head_ref, 'renovate/') }} |
| 121 | + - name: Install protobuf compiler |
| 122 | + run: apt-get update && apt-get install protobuf-compiler |
119 | 123 | - name: Run sccache-cache |
120 | 124 | uses: mozilla-actions/sccache-action@9e326ebed976843c9932b3aa0e021c6f50310eb4 # v0.0.6 |
121 | 125 | if: ${{ !startsWith(github.head_ref, 'renovate/') }} |
@@ -166,6 +170,8 @@ jobs: |
166 | 170 | echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV |
167 | 171 | echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV |
168 | 172 | if: ${{ !startsWith(github.head_ref, 'renovate/') }} |
| 173 | + - name: Install protobuf compiler |
| 174 | + run: apt-get update && apt-get install protobuf-compiler |
169 | 175 | - name: Run sccache-cache |
170 | 176 | uses: mozilla-actions/sccache-action@9e326ebed976843c9932b3aa0e021c6f50310eb4 # v0.0.6 |
171 | 177 | if: ${{ !startsWith(github.head_ref, 'renovate/') }} |
|
0 commit comments