File tree Expand file tree Collapse file tree 2 files changed +56
-49
lines changed
Expand file tree Collapse file tree 2 files changed +56
-49
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments