Skip to content

Commit

Permalink
added protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
codeitlikemiley committed Dec 16, 2023
1 parent e678972 commit 2b148eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
run: |
mv ${{ env.SERVICE_NAME }} ${{ runner.temp }}/
mv ${{ runner.temp }}/${{ env.SERVICE_NAME }} ${{ env.WORKSPACE }}/services/
- name: List Auth Service Directory
run: |
ls -la ${{ env.WORKSPACE }}/services/${{ env.SERVICE_NAME }}/
- name: Install Protoc
uses: arduino/setup-protoc@v2
- name: Check Workspace
run: |
cd ${{ env.WORKSPACE }}
Expand Down

0 comments on commit 2b148eb

Please sign in to comment.