Skip to content

Commit

Permalink
Revert "fuc"
Browse files Browse the repository at this point in the history
This reverts commit 9a70f01.
  • Loading branch information
srid committed Feb 22, 2024
1 parent 9a70f01 commit ccd55e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ jobs:
needs: configure
runs-on: self-hosted
strategy:
matrix: ${{ fromJson(needs.configure.outputs.matrix) }}
matrix:
x: ${{ fromJson(needs.configure.outputs.matrix) }}
steps:
- uses: actions/checkout@v4
- run: echo ${{matrix.include}}
- run: echo ${{matrix.x}}
# - run: nixci
# - run: nix build -L .#${{matrix.name}}
# - run: echo .#${{matrix.x.name}}
Expand Down

0 comments on commit ccd55e8

Please sign in to comment.