Skip to content

Commit

Permalink
Rearrange Build workflow steps
Browse files Browse the repository at this point in the history
  • Loading branch information
khssnv committed Oct 13, 2023
1 parent ae3242f commit 09460ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ jobs:
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Rust Setup
uses: actions-rs/toolchain@v1

- name: Install protoc
run: |
sudo apt-get install -y protobuf-compiler
protoc --version
- uses: actions/checkout@v3

- name: Rust Setup
uses: actions-rs/toolchain@v1

- name: Rustfmt
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 09460ca

Please sign in to comment.