fix: install protoc in rust Dockerfile

This commit is contained in:
alyssa 2024-06-16 22:07:20 +09:00
parent e415c6704f
commit 83e387f27b
2 changed files with 4 additions and 2 deletions

View file

@ -9,8 +9,10 @@ on:
branches:
- main
paths:
- 'lib/pklib/**'
- 'lib/libpk/**'
- 'services/api/**'
- '.github/workflows/rust.yml'
- 'Dockerfile.rust'
jobs:
deploy: