CI: actually fix build workflow

Whoops.
This commit is contained in:
NotAShelf
2024-10-12 01:05:16 +03:00
parent a2709cd620
commit 6c974bc5f3

View File

@@ -22,7 +22,7 @@ jobs:
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Install dependencies
run: nix profile install --inputs-from .#
run: nix develop -i
- uses: actions-rs/toolchain@v1
name: Install rust toolchain