Skip to content

Commit d15dc11

Browse files
committed
chore: update actions deps
Signed-off-by: Theo Butler <[email protected]>
1 parent ae927da commit d15dc11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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: |
@@ -55,7 +55,7 @@ jobs:
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: |
@@ -82,7 +82,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)