diff options
author | Franck Cuny <franck@fcuny.net> | 2024-01-26 08:23:56 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-01-26 08:23:56 -0800 |
commit | 0b87cc57e50b814cd1ea5585821622ce3f305e7b (patch) | |
tree | 5f20e2e869758e0f9ba2881490ff6e1431e77134 /.github/workflows/ci.yaml | |
parent | print various environments variable from CI (diff) | |
download | world-0b87cc57e50b814cd1ea5585821622ce3f305e7b.tar.gz |
run CI commands in a nix shell
Diffstat (limited to '.github/workflows/ci.yaml')
-rw-r--r-- | .github/workflows/ci.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2c8d647..dcce527 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,7 +28,7 @@ jobs: experimental-features = nix-command flakes - run: nix flake check - run: nix develop -c echo OK - - run: make build-environment - - run: make all + - run: nix develop -c make build-environment + - run: nix develop -c make all - run: ./bin/x509-info github.com - run: ./bin/flake-info |