From a22bed5bee05751eed557bd1f1d9c531d9c5aa78 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Mon, 4 Sep 2023 16:37:20 -0400 Subject: [PATCH] runner fix v4 --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 8bebed6..f16a94d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Install - run: apt install rustc cargo + run: apt update && apt install rustc cargo - name: Build run: cargo build --verbose - name: Run tests