From bd73d832fa81d15be106e186f4ac4b6d51671516 Mon Sep 17 00:00:00 2001 From: Reactor Scram Date: Thu, 16 Dec 2021 16:14:07 -0600 Subject: [PATCH] Update rust.yml Finally read the part that says "this is deprecated use the thing GitHub has built in" frik --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 7c9a851..606f32a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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