We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97abef4 commit 5e4a1afCopy full SHA for 5e4a1af
.github/workflows/release.yml
@@ -69,6 +69,11 @@ jobs:
69
with:
70
target: ${{ matrix.target }}
71
72
+ - name: Install protoc
73
+ uses: arduino/setup-protoc@v2
74
+ with:
75
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
76
+
77
- name: Build binary
78
run: cargo build --package goose-server --bin goosed --release --target ${{ matrix.target }}
79
working-directory: ./goose-source
0 commit comments