Skip to content

Commit

Permalink
Swap to using rust3ds/actions for toolchain setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-h-chamberlain committed Jun 18, 2024
1 parent 4bf8e38 commit e3d83cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 38 deletions.
36 changes: 0 additions & 36 deletions .github/actions/setup/action.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Checkout branch
uses: actions/checkout@v2

- uses: ./.github/actions/setup
- uses: rust3ds/actions/setup@v1
with:
toolchain: ${{ matrix.toolchain }}

Expand All @@ -53,7 +53,7 @@ jobs:
- name: Checkout branch
uses: actions/checkout@v3

- uses: ./.github/actions/setup
- uses: rust3ds/actions/setup@v1
with:
toolchain: ${{ matrix.toolchain }}

Expand Down

0 comments on commit e3d83cd

Please sign in to comment.