Update rust.yml

Finally read the part that says "this is deprecated use the thing GitHub has built in"

frik
main
Reactor Scram 2021-12-16 16:14:07 -06:00 committed by GitHub
parent fd43fbbb1e
commit bd73d832fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Checkout submodules
uses: textbook/git-checkout-submodule-action@v2.1.1
with:
submodules: recursive
- name: Build
run: cargo build --verbose
- name: Run tests