From f65d358fcfcc0cd8149bf6d305f8bc3eae8b4add Mon Sep 17 00:00:00 2001 From: neosam Date: Sat, 29 Jun 2024 12:02:33 +0000 Subject: [PATCH] Update rust build action --- .github/workflows/rust.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 7ea65f6..5bd2607 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -13,10 +13,12 @@ env: jobs: build: - runs-on: ubuntu-latest + runs-on: native steps: - uses: actions/checkout@v4 + - name: Install cargo + run: nix-env -A nixos.cargo - name: Formatting run: cargo fmt --all -- --check - name: Build local version