Update rust build action
Some checks failed
Rust / build (push) Failing after 2s

This commit is contained in:
Simon Goller 2024-06-29 12:02:33 +00:00
parent 724759d1d8
commit f65d358fcf

View file

@ -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