Skip to content

Commit

Permalink
build: protobuf in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyTWF committed Oct 18, 2023
1 parent 095a347 commit d45d82c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
- name: Move Discord Service
run: mv ecfmp-discord ../ecfmp-discord

- name: Build Protobuf
run: (cd protobuf && make pull_builder && make discord_proto)

- name: Configure PHP
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit d45d82c

Please sign in to comment.