File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929 steps :
3030 - uses : actions/checkout@v3
3131 - name : Install protobuf compiler
32- run : apt-get update && apt-get install protobuf-compiler -y
32+ run : apt-get update && apt-get install libsasl2-dev protobuf-compiler -y
3333 - uses : actions/cache@v3
3434 with :
3535 path : |
5555 steps :
5656 - uses : actions/checkout@v3
5757 - name : Install protobuf compiler
58- run : apt-get update && apt-get install protobuf-compiler -y
58+ run : apt-get update && apt-get install libsasl2-dev protobuf-compiler -y
5959 - uses : actions/cache@v3
6060 with :
6161 path : |
8282 steps :
8383 - uses : actions/checkout@v3
8484 - name : Install protobuf compiler
85- run : apt-get update && apt-get install protobuf-compiler -y
85+ run : apt-get update && apt-get install libsasl2-dev protobuf-compiler -y
8686 - uses : actions/cache@v3
8787 with :
8888 path : |
You can’t perform that action at this time.
0 commit comments