aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/setup_aedifex/action.yml
diff options
context:
space:
mode:
authorEduardo Julian2022-04-08 05:42:36 -0400
committerEduardo Julian2022-04-08 05:42:36 -0400
commit0d909187d5b9effcd08f533d50af7d29c0d6bfd8 (patch)
treec50f12c5e47e3db90c3a701b54ee9953da942210 /.github/workflows/setup_aedifex/action.yml
parente5e4c2aff562e5c01fefb808d1d68a40f29c9cc5 (diff)
De-sigil-ification: $
Diffstat (limited to '.github/workflows/setup_aedifex/action.yml')
-rw-r--r--.github/workflows/setup_aedifex/action.yml4
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