Skip to content

Commit

Permalink
Merge release to master
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 authored Nov 30, 2023
2 parents 6e6312a + 98f7f12 commit b27a1b5
Show file tree
Hide file tree
Showing 39 changed files with 3,714 additions and 3,464 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ jobs:
});
console.log(release.data.upload_url);
return release.data.upload_url
- name: Install Protoc
uses: arduino/setup-protoc@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
version: "24.x"

- uses: actions-rs/toolchain@v1
if: matrix.os != 'ubuntu'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v4

- name: Install Rust ${{ env.rust_stable }}
uses: actions-rs/toolchain@v1
Expand Down
Loading

0 comments on commit b27a1b5

Please sign in to comment.