Skip to content

Commit efdcb7f

Browse files
Bump dependencies (#1675)
* Bump dependencies * update `apt` --------- Co-authored-by: Matthew Donoughe <mdonoughe@veracode.com>
1 parent 6c8698e commit efdcb7f

File tree

2 files changed

+56
-49
lines changed

2 files changed

+56
-49
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- if: ${{ runner.os == 'Linux' }}
5151
name: Install protoc
52-
run: sudo apt-get install -y protobuf-compiler
52+
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
5353

5454
- if: ${{ runner.os == 'Windows' }}
5555
name: Install protoc
@@ -80,7 +80,7 @@ jobs:
8080

8181
- if: ${{ runner.os == 'Linux' }}
8282
name: Install protoc
83-
run: sudo apt-get install -y protobuf-compiler
83+
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
8484

8585
- if: ${{ runner.os == 'Windows' }}
8686
name: Install protoc
@@ -108,7 +108,7 @@ jobs:
108108

109109
- if: ${{ runner.os == 'Linux' }}
110110
name: Install protoc
111-
run: sudo apt-get install -y protobuf-compiler
111+
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
112112

113113
- if: ${{ runner.os == 'Windows' }}
114114
name: Install protoc
@@ -139,7 +139,7 @@ jobs:
139139

140140
- if: ${{ runner.os == 'Linux' }}
141141
name: Install protoc
142-
run: sudo apt-get install -y protobuf-compiler
142+
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
143143

144144
- name: Install Rust toolchain
145145
run: rustup toolchain install --no-self-update stable --profile minimal

Cargo.lock

Lines changed: 52 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)