🤖 Make Github Actions work #1

Merged
acw merged 4 commits from ci into develop 2023-04-07 10:37:43 -07:00
Showing only changes of commit d045a75676 - Show all commits

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