Skip to content

Commit 8eacbe3

Browse files
committed
ci: fix toolchain bug with release
1 parent 9341f2c commit 8eacbe3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deployment.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
needs: test
3636
runs-on: ubuntu-latest
3737

38+
strategy:
39+
matrix:
40+
toolchain: [stable]
41+
3842
steps:
3943
- id: checkout
4044
name: Checkout Repository

0 commit comments

Comments
 (0)