Skip to content

Commit

Permalink
release: v0.2 (#742)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Chi <[email protected]>
  • Loading branch information
skyzh authored Dec 20, 2022
1 parent 80b6716 commit c4b8054
Show file tree
Hide file tree
Showing 6 changed files with 115 additions and 124 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- uses: arduino/setup-protoc@v1
with:
version: "3.x"
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand All @@ -39,13 +40,12 @@ jobs:

test:
runs-on: ubuntu-22.04
env:
PROTOC_NO_VENDOR: 1
steps:
- uses: actions/checkout@v2
- uses: arduino/setup-protoc@v1
with:
version: "3.x"
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand All @@ -69,6 +69,7 @@ jobs:
- uses: arduino/setup-protoc@v1
with:
version: "3.x"
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand Down
Loading

0 comments on commit c4b8054

Please sign in to comment.