From fe07227e689855da012a7714cc322770ea764046 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Fri, 4 Oct 2024 17:59:56 -0400 Subject: [PATCH] um --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 03c80a8..10ffda3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,8 @@ jobs: - name: NixOS test if: matrix.system == 'x86_64-linux' run: | - mkdir -p {{ runner.temp }}//nixos && cd $_ + mkdir {{ runner.temp }}/nixos && cd $_ + pwd om init .#nixos -o . \ --non-interactive \ --params '{"hostname": "example", "username": "srid", "git-name": "Srid", "git-email": "srid@srid.ca"}'