Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Sep 17, 2023
1 parent 6c9b8c0 commit ae7e096
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/module-test2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
enable-plugins: true
version: ${{matrix.ver}}
env:
NU_MODULE_DIRS: ${{ github.workspace }}/nu
ACTIONS_STEP_DEBUG: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Show Nu Version
Expand Down
2 changes: 2 additions & 0 deletions nu/prepare.nu
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ def-env setup-lib-dirs [] {
print 'Current working dir: '
print ($env.PWD)
let module_dirs = ($env | get -i $LIB_ENV | default '' | str trim)
'module_dirs: ' | print
$module_dirs | print
if ($module_dirs | is-empty) { return }
let dirs = (
$module_dirs
Expand Down

0 comments on commit ae7e096

Please sign in to comment.