Skip to content

Commit

Permalink
Fix issues post-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ljoss17 committed Feb 21, 2024
1 parent a8d6b9b commit d0522c6
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/codespell/words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ crate
shs
ser
numer
nam
inout
wast
35 changes: 35 additions & 0 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@ jobs:
with:
toolchain: stable
override: true
- name: Install Protoc
uses: heliaxdev/setup-protoc@v2
with:
version: "25.0"
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: Swatinem/rust-cache@v2
- uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -144,6 +149,11 @@ jobs:
with:
toolchain: stable
override: true
- name: Install Protoc
uses: heliaxdev/setup-protoc@v2
with:
version: "25.0"
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: Swatinem/rust-cache@v2
- uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -185,6 +195,11 @@ jobs:
with:
toolchain: stable
override: true
- name: Install Protoc
uses: heliaxdev/setup-protoc@v2
with:
version: "25.0"
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: Swatinem/rust-cache@v2
- uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -228,6 +243,11 @@ jobs:
with:
toolchain: stable
override: true
- name: Install Protoc
uses: heliaxdev/setup-protoc@v2
with:
version: "25.0"
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: Swatinem/rust-cache@v2
- uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -271,6 +291,11 @@ jobs:
with:
toolchain: stable
override: true
- name: Install Protoc
uses: heliaxdev/setup-protoc@v2
with:
version: "25.0"
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: Swatinem/rust-cache@v2
- uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -315,6 +340,11 @@ jobs:
with:
toolchain: stable
override: true
- name: Install Protoc
uses: heliaxdev/setup-protoc@v2
with:
version: "25.0"
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: Swatinem/rust-cache@v2
- uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -354,6 +384,11 @@ jobs:
with:
toolchain: stable
override: true
- name: Install Protoc
uses: heliaxdev/setup-protoc@v2
with:
version: "25.0"
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: Swatinem/rust-cache@v2
- uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit d0522c6

Please sign in to comment.