From ce47db8d9bcf5a230aa255166dfddc6758724204 Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Mon, 30 Dec 2019 02:21:54 -0800 Subject: [PATCH] Update rust.yml --- .github/workflows/rust.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 9467bcf3..23536c16 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -10,6 +10,12 @@ jobs: steps: - uses: actions/checkout@v1 + - name: Setup rust + uses: actions-rs/toolchain@v1 + with: + toolchain: stable + override: true + - name: Cache cargo registry uses: actions/cache@v1 with: