We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2183a1a commit 79cce17Copy full SHA for 79cce17
.github/workflows/ci.yml
@@ -140,6 +140,8 @@ jobs:
140
uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3
141
with:
142
repo-token: ${{ secrets.GITHUB_TOKEN }}
143
+ - name: Build
144
+ run: cargo build --all --release
145
- name: Debian packaging
146
env:
147
PACKAGECLOUD_API_KEY: ${{ secrets.PACKAGECLOUD_API_KEY }}
0 commit comments