From d4b1a16f796702476cdfb76cc1097f40e7a7df52 Mon Sep 17 00:00:00 2001 From: Etienne Millon Date: Tue, 14 May 2024 11:23:33 +0200 Subject: [PATCH] fix(ci): typo in installable Signed-off-by: Etienne Millon --- .github/workflows/binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index a0d05dde240..04d7569c2a8 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: cachix/install-nix-action@v22 - - run: nix build ${{ installable }} + - run: nix build ${{ matrix.installable }} - uses: actions/upload-artifact@v4 with: path: result/bin/dune