From 8c1f7907a4ee51226b1fd20674086fe292e4136e Mon Sep 17 00:00:00 2001 From: raf Date: Wed, 5 Jun 2024 05:00:31 +0000 Subject: [PATCH] ci: fix yaml syntax errors --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1ed92b6..7eabb9b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: