diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ddd76fe..8394a69 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,11 +20,10 @@ jobs: needs: configure runs-on: self-hosted strategy: - matrix: - x: ${{ fromJson(needs.configure.outputs.matrix) }} + matrix: ${{ fromJson(needs.configure.outputs.matrix) }} steps: - uses: actions/checkout@v4 - - run: echo ${{matrix.x}} + - run: echo ${{matrix.include}} # - run: nixci # - run: nix build -L .#${{matrix.name}} # - run: echo .#${{matrix.x.name}}