diff options
Diffstat (limited to '.github/workflows/setup_aedifex')
-rw-r--r-- | .github/workflows/setup_aedifex/action.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/setup_aedifex/action.yml b/.github/workflows/setup_aedifex/action.yml index a571dea74..8ccceba4f 100644 --- a/.github/workflows/setup_aedifex/action.yml +++ b/.github/workflows/setup_aedifex/action.yml @@ -18,9 +18,9 @@ runs: shell: bash # Make the `lux` command available. - - run: echo "$HOME/shell" >> $GITHUB_PATH + - run: mv ./shell/lux.sh ./lux.sh shell: bash - - run: cd ./stdlib/ && lux clean && cd .. + - run: cd ./stdlib/ && ../lux.sh clean && cd .. shell: bash |