Skip to content

Commit

Permalink
uplift to v0.9.30 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
shunsukew authored Nov 11, 2022
1 parent 6ba070c commit ec9e74c
Show file tree
Hide file tree
Showing 18 changed files with 1,602 additions and 565 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/checks-and-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
- name: Checkout the source code
uses: actions/checkout@v3

- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
version: '3.x'

- name: Install & display rust toolchain
run: rustup show

Expand All @@ -25,6 +30,11 @@ jobs:
- name: Checkout the source code
uses: actions/checkout@v3

- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
version: '3.x'

- name: Install & display rust toolchain
run: rustup show

Expand Down
15 changes: 15 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
with:
submodules: true

- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
version: '3.x'

- name: Install & display rust toolchain
run: rustup show

Expand All @@ -36,6 +41,11 @@ jobs:
with:
submodules: true

- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
version: '3.x'

- name: Install & display rust toolchain
run: rustup show

Expand All @@ -59,6 +69,11 @@ jobs:
with:
submodules: true

- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
version: '3.x'

- name: Install & display rust toolchain
run: rustup show

Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
- name: Install & display rust toolchain
run: rustup show

- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
version: '3.x'

- name: Check targets are installed correctly
run: rustup target list --installed

Expand All @@ -34,6 +39,11 @@ jobs:
- name: Checkout the source code
uses: actions/checkout@v3

- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
version: '3.x'

- name: Install & display rust toolchain
run: rustup show

Expand Down
Loading

0 comments on commit ec9e74c

Please sign in to comment.