ci: install cargo dependencies before building workspace

This commit is contained in:
NotAShelf
2024-06-04 20:41:54 +03:00
parent 636ddab170
commit 1f8ac6321d

View File

@@ -20,6 +20,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
with:
logger: pretty
- name: Get build dependencies
run: "nix develop .#"
- uses: actions-rs/toolchain@v1
with:
toolchain: stable