diff options
| author | quapka | 2025-06-21 12:38:26 +0200 |
|---|---|---|
| committer | quapka | 2025-06-21 12:38:26 +0200 |
| commit | 314d08d47af142633a9b12fef64193c47f37a96b (patch) | |
| tree | 956ac1f16a63da578c37ac5146e6c4c3d5c82429 | |
| parent | f46cbc450e81ce1a61980c724ab0f9f470f47ade (diff) | |
| download | ECTester-314d08d47af142633a9b12fef64193c47f37a96b.tar.gz ECTester-314d08d47af142633a9b12fef64193c47f37a96b.tar.zst ECTester-314d08d47af142633a9b12fef64193c47f37a96b.zip | |
| -rw-r--r-- | .github/workflows/nix.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index 45a2348..c5dde32 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -78,4 +78,4 @@ jobs: - name: Show reader --help run: | - nix build ".?submodules=1#reader" -- --help + nix run ".?submodules=1#reader" -- --help |
