cavis/.github/actions/update-deps-linux/action.yml

8 lines
180 B
YAML

name: Install protobuf linux
runs:
using: composite
steps:
- name: Install protobuf linux
shell: bash
run: |
sudo apt-get update && sudo apt-get upgrade