Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-karwacki-rdx committed Oct 30, 2024
1 parent 873b4ae commit 1e78191
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install toolchains
uses: actions-rs/toolchain@v1
uses: RDXWorks-actions/toolchain@master
with:
toolchain: nightly-2023-05-28
override: true
components: rust-src
- uses: actions/checkout@v2
- uses: RDXWorks-actions/checkout@main
- name: Unit tests
run: |
rm -rf .cargo
Expand Down

0 comments on commit 1e78191

Please sign in to comment.