From 19c5492b89328fe9f6e52b2fb340715c1bdec897 Mon Sep 17 00:00:00 2001 From: Cole Mickens Date: Fri, 8 Dec 2023 09:43:52 -0500 Subject: [PATCH] wip: drop: debug info --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 803a895..6c932bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,10 @@ jobs: runs-on: ${{ matrix.runner }} steps: - uses: actions/checkout@v3 + - name: Sanity Checls + run: | + set -x + uname -a - name: Install Nix uses: ./ with: