diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2021-07-31 21:28:17 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2021-07-31 21:28:47 +0200 |
| commit | e8acaa9522fbb3847ba1308c50c0b4b0b9dd957f (patch) | |
| tree | cfb4ec000f47e256c6a583ab678cd192e3132baf /.github | |
| parent | d40336f018c3386796b80f64c56686ea848a730b (diff) | |
ci: Suspend libgit testing
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8199358..814bd17 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,8 @@ jobs: - snapshot git_impl: - git - - libgit + # FIXME Broken due to glibc version mismatch. See #4456. + # - libgit steps: - uses: cachix/install-nix-action@v12 with: |
