Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Mar 4, 2024
1 parent b37effe commit 5e2d12d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ ci-setup-nvim:
set -eaux

echo in_ci: {{ in_ci }}
printenv
printenv | sort
echo CI: $CI

# Exit if installed
Expand Down

0 comments on commit 5e2d12d

Please sign in to comment.