Skip to content

Commit

Permalink
ci: set minimal version
Browse files Browse the repository at this point in the history
  • Loading branch information
Phosphorus-M committed Mar 27, 2024
1 parent 2913ab1 commit 251e52e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
uses: actions/checkout@v2
with:
submodules: recursive
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: shuttle-hq/deploy-action@main
with:
deploy-key: ${{ secrets.SHUTTLE_DEPLOY_KEY }}
Expand Down

0 comments on commit 251e52e

Please sign in to comment.