Skip to content

Commit

Permalink
Github Actions initial tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tzununbekov committed Feb 15, 2024
1 parent 4e80c04 commit e7b16bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
with:
go-version: '1.21.x'

- name: Install protoc
run: sudo apt install -y protobuf-compiler

# - name: Prepare Env
# run: |
# go run mage.go -v GenerateEnvFile
Expand Down

0 comments on commit e7b16bc

Please sign in to comment.