From de974021a8850802b8ac9b2a12891a1391f3e461 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Thu, 22 Feb 2024 15:22:31 -0500 Subject: [PATCH] wlell? --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8b5c0da..733355a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,7 @@ jobs: matrix: ${{ fromJson(needs.configure.outputs.matrix) }} steps: - uses: actions/checkout@v4 - - run: echo ${{toJson(matrix)}} + - run: echo ${{matrix}} # - run: nixci # - run: nix build -L .#${{matrix.name}} # - run: echo .#${{matrix.x.name}}