2021-03-10 14:15:01 +09:00

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