mirror of
https://github.com/DeterminateSystems/nix-installer-action.git
synced 2024-12-23 13:32:06 +01:00
wip: drop: debug info
This commit is contained in:
parent
cd46bde16a
commit
19c5492b89
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue