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 6b23e1e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 37 deletions.
36 changes: 0 additions & 36 deletions .github/actions/setup/action.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 6b23e1e

Please sign in to comment.