Forgot matrix.

This commit is contained in:
2023-04-07 10:18:32 -07:00
parent 6577893af8
commit d045a75676

View File

@@ -22,7 +22,7 @@ jobs:
- name: Install toolchain - name: Install toolchain
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with:
toolchain: ${{ rust }} toolchain: ${{ matrix.rust }}
default: true default: true
override: true override: true
- name: Build - name: Build