Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Mar 5, 2024
1 parent 81a5fe5 commit 715ee65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,10 @@ jobs:
- name: Setup nvim
run: |
printenv | sort
JUST=$(which just)
CI="$CI" sudo "$JUST" --verbose ci-setup-nvim
# Run with sudo so we can do the install
just_exe=$(which just)
CI="$CI" sudo "$just_exe" --verbose ci-setup-nvim
CI="$CI" sudo echo "$CI"
- run: just setup --locked
- name: Configure
run: just --verbose configure-tree-sitter
Expand Down
1 change: 1 addition & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,7 @@ ci-setup-nvim:

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

# Exit if installed
Expand Down

0 comments on commit 715ee65

Please sign in to comment.