Skip to content

Commit 2708c5a

Browse files
committed
chore: fix stale apt repository list with update
1 parent ae59cfd commit 2708c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/prepare-build-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
steps:
1515
- name: Use protobuf-compiler latest
1616
shell: bash
17-
run: sudo apt-get install -y protobuf-compiler
17+
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
1818

1919
- name: Use wasm-pack latest
2020
shell: bash

0 commit comments

Comments
 (0)