Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Feb 22, 2024
1 parent b68b324 commit 46c00c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,16 @@ jobs:
echo "matrix=$(cat config.json)" >> $GITHUB_OUTPUT
run-matrix:
needs: configure
runs-on: self-hosted
# runs-on: self-hosted
runs-on: ubuntu
strategy:
matrix:
x: ${{ fromJson(needs.configure.outputs.matrix) }}
steps:
- uses: actions/checkout@v4
# - uses: actions/checkout@v4
- run: echo ${{matrix.name}}
# - run: nixci
- run: nix build -L .#${{matrix.name}}
# - run: nix build -L .#${{matrix.name}}
# - run: echo .#${{matrix.x.name}}
#- run: nix build -L .#packages.aarch64-linux.default
#- run: nix build -L .#packages.x86_64-linux.default
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
{
include = lib.concatLists [
(perSystem "packages")
(perSystem "devShells")
(perSystem "checks")
#(perSystem "devShells")
#(perSystem "checks")
];
};
perSystem = { self', system, lib, config, pkgs, ... }: {
Expand Down

0 comments on commit 46c00c0

Please sign in to comment.