Skip to content

Commit

Permalink
add github actions (5)
Browse files Browse the repository at this point in the history
  • Loading branch information
QpxDesign committed Mar 2, 2024
1 parent 56d60ca commit 8f68dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
ExecuteTests:
runs-on: ubuntu-latest
steps:
- name: Install Rust toolchain
- name: Install Rust toolchain
run: |
rustup update --no-self-update ${{ env.RUST_CHANNEL }}
rustup component add --toolchain ${{ env.RUST_CHANNEL }} rustfmt rust-src
Expand Down

0 comments on commit 8f68dbe

Please sign in to comment.