Skip to content

Commit

Permalink
Fix Update agent protobuf deserializer #3592
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeauchesne committed Jan 2, 2025
1 parent 7524561 commit 4f6ba39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-agent-protobuf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21.13'
- run: sudo apt-get update
- run: sudo apt-get -y install protobuf-compiler
- run: protoc --version && go version
Expand Down

0 comments on commit 4f6ba39

Please sign in to comment.