Skip to content

Commit

Permalink
ci: fix yaml syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAShelf authored Jun 5, 2024
1 parent ff39583 commit 8c1f790
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
with:
logger: pretty

- name: Get build dependencies
run: "nix develop .#"
- name: Get build dependencies
run: "nix develop .#"

- uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 8c1f790

Please sign in to comment.