Skip to content

Commit

Permalink
ci: fix toolchain bug with release
Browse files Browse the repository at this point in the history
  • Loading branch information
da2ce7 committed Oct 3, 2024
1 parent 994bba0 commit 6e1cd55
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
needs: test
runs-on: ubuntu-latest

strategy:
matrix:
toolchain: [stable]

steps:
- id: checkout
name: Checkout Repository
Expand Down

0 comments on commit 6e1cd55

Please sign in to comment.