2021-03-10 14:12:47 +09:00

8 lines
175 B
YAML

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