Skip to content

Commit

Permalink
fuc
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Feb 22, 2024
1 parent b9ec8c1 commit 9a70f01
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 9a70f01

Please sign in to comment.