aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorEduardo Julian2022-03-30 19:23:12 -0400
committerEduardo Julian2022-03-30 19:23:12 -0400
commit4326d69ab717683449bf37bf8dd170c83455c0c0 (patch)
tree384442f7d0fb3c80543df9f6d6511d159b90b79f /.github
parent9df5ff6abc6e95c766d1907c5a9fee00730e749a (diff)
Lined-up names of "safe" binary/array defs with names of "unsafe" ones.
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