Skip to content

Commit

Permalink
For skate too
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnedo committed Aug 16, 2024
1 parent 96ce0cc commit 859d844
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- if: runner.os == 'ubuntu-latest'
run: |
sudo apt-get install -f protobuf-compiler
- uses: taiki-e/upload-rust-binary-action@v1
with:
# (required) Comma-separated list of binary names (non-extension portion of filename) to build and upload.
Expand Down

0 comments on commit 859d844

Please sign in to comment.