diff options
author | Franck Cuny <franck@fcuny.net> | 2024-04-28 19:36:20 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-04-28 19:36:20 -0700 |
commit | 2883c1922662c49a7e56b658d6a4f4e001288829 (patch) | |
tree | ce87ff945b13f881a12430393e2364d89fe19d7d /.github/workflows | |
parent | replaced with https://github.com/fcuny/x509-info (diff) | |
download | world-2883c1922662c49a7e56b658d6a4f4e001288829.tar.gz |
delete more unused things
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 35ccb6b..0321f75 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,6 +29,3 @@ jobs: - run: nix flake check - run: nix develop -c echo OK - run: nix develop -c make build-environment - - run: nix develop -c make all - - run: ./bin/x509-info github.com - - run: ./bin/flake-info |