We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76c8cab commit b953715Copy full SHA for b953715
.github/workflows/ci-nix.yaml
@@ -188,7 +188,10 @@ jobs:
188
189
nix-flake-check:
190
name: "nix flake check"
191
- runs-on: ubuntu-latest
+ runs-on: ${{ matrix.os }}
192
+ strategy:
193
+ matrix:
194
+ os: [ubuntu-latest, macos-latest]
195
steps:
196
- name: Reclaim the bytes
197
uses: data-intuitive/reclaim-the-bytes@v2
.github/workflows/demo-test.yaml
nix/hydra/packages.nix
@@ -185,6 +185,7 @@
185
hydra-node
186
pkgs.cardano-node
187
pkgs.cardano-cli
+ ] ++ pkgs.lib.optionals pkgs.stdenv.isLinux [
pkgs.dool
];
};
0 commit comments