Skip to content

Commit

Permalink
fix pull of GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
vic1707 committed Sep 29, 2023
1 parent 2a8096b commit 832b162
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fmt&lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Rust
uses: actions-rs/toolchain@v1
uses: IronCoreLabs/rust-toolchain@v1
- name: Rust fmt
run: cargo fmt --all -- --check

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Rust
uses: IronCoreLabs/rust-toolchain
uses: IronCoreLabs/rust-toolchain@v1
- name: Run tests
run: cargo test --workspace

0 comments on commit 832b162

Please sign in to comment.