2021-03-10 14:11:36 +09:00

8 lines
170 B
YAML

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