Skip to content

Commit

Permalink
Merge pull request #84 from radixdlt/revert-81-ci-use-forked-actions
Browse files Browse the repository at this point in the history
Revert "ci: use forked github actions"
  • Loading branch information
shambupujar authored Oct 31, 2024
2 parents 0eb3eaa + 11db2bd commit d051dcd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install toolchains
uses: RDXWorks-actions/toolchain@master
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2023-05-28
override: true
components: rust-src, rustfmt
- uses: RDXWorks-actions/checkout@main
- uses: actions/checkout@v2
- name: Cargo fmt
uses: RDXWorks-actions/cargo@master
uses: actions-rs/cargo@v1
with:
command: fmt
args: --all -- --check
Expand All @@ -35,12 +35,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install toolchains
uses: RDXWorks-actions/toolchain@master
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2023-05-28
override: true
components: rust-src
- uses: RDXWorks-actions/checkout@main
- uses: actions/checkout@v2
- name: Unit tests
run: |
rm -rf .cargo
Expand Down

0 comments on commit d051dcd

Please sign in to comment.