Skip to content

Commit

Permalink
pre-install protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Oct 30, 2024
1 parent 861d2a2 commit fbed0a2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- name: Check out repository
uses: actions/checkout@v3

- name: Install Protoc
uses: arduino/setup-protoc@v2

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
Expand All @@ -46,6 +49,9 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v2

- name: Install Protoc
uses: arduino/setup-protoc@v2

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
Expand All @@ -65,6 +71,9 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v2

- name: Install Protoc
uses: arduino/setup-protoc@v2

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down
1 change: 0 additions & 1 deletion klang/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use prost_build;
use std::env;
use std::path::PathBuf;

Expand Down

0 comments on commit fbed0a2

Please sign in to comment.