diff --git a/.gitea/workflows/check.yaml b/.gitea/workflows/check.yaml index 39684ab..3870cd6 100644 --- a/.gitea/workflows/check.yaml +++ b/.gitea/workflows/check.yaml @@ -5,5 +5,8 @@ jobs: test: runs-on: nix steps: + - run: cat /etc/resolv.conf + - run: ping google.com + - run: cat /etc/nsswitch.conf - uses: actions/checkout@v3 - run: nix flake check -L