Skip to content

Commit

Permalink
ci: setup rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
kkysen committed Mar 5, 2025
1 parent 6697d22 commit 4f39b3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
ia2-debug: [ON, OFF]
ia2-tracer: [ON, OFF]
steps:
- name: Setup Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Check out code
uses: actions/checkout@v4
- name: Build
Expand Down Expand Up @@ -72,6 +74,8 @@ jobs:
matrix:
build-type: [RelWithDebInfo]
steps:
- name: Setup Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Install dep packages
uses: awalsh128/cache-apt-pkgs-action@latest
with:
Expand Down

0 comments on commit 4f39b3f

Please sign in to comment.