From 5e2d12db62744a0a06853c4d9c98e83456e3ebf2 Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Mon, 4 Mar 2024 16:03:36 -0600 Subject: [PATCH] update --- .github/workflows/ci.yaml | 4 ++-- justfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 740b5de..f601090 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -63,9 +63,9 @@ jobs: path: ${{ steps.npm-cache-dir.outputs.dir }} key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} restore-keys: ${{ runner.os }}-node- - - name: Setup nvim (requires sudo) + - name: Setup nvim run: | - printenv + printenv | sort JUST=$(which just) sudo "$JUST" --verbose ci-setup-nvim - run: just setup --locked diff --git a/justfile b/justfile index 0807390..f03043d 100644 --- a/justfile +++ b/justfile @@ -472,7 +472,7 @@ ci-setup-nvim: set -eaux echo in_ci: {{ in_ci }} - printenv + printenv | sort echo CI: $CI # Exit if installed