aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/setup_aedifex/action.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/setup_aedifex/action.yml b/.github/workflows/setup_aedifex/action.yml
index 5afa83812..2b81a4fbc 100644
--- a/.github/workflows/setup_aedifex/action.yml
+++ b/.github/workflows/setup_aedifex/action.yml
@@ -4,6 +4,9 @@ runs:
steps:
- uses: actions/checkout@v2
- run: wget https://github.com/LuxLang/lux/releases/download/0.6.5/aedifex_do_not_touch_3.jar && mv aedifex_do_not_touch_3.jar aedifex.jar
+ shell: bash
- run: mv ./shell/lux.sh ./lux.sh
+ shell: bash
- run: cd ./stdlib/ && ../lux.sh clean && cd ..
+ shell: bash