aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/setup_aedifex
diff options
context:
space:
mode:
authorEduardo Julian2022-03-30 15:25:06 -0400
committerEduardo Julian2022-03-30 15:25:06 -0400
commit9df5ff6abc6e95c766d1907c5a9fee00730e749a (patch)
tree8614095c2c2a3a5cd195f9e6da53f47c88891381 /.github/workflows/setup_aedifex
parent8ebc505f1be8e103039d220b2d824dd687777f24 (diff)
Re-named ffi.as to "is", and ffi.check to "as", to line the names up with normal type-annotation macros.
Diffstat (limited to '.github/workflows/setup_aedifex')
-rw-r--r--.github/workflows/setup_aedifex/action.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/setup_aedifex/action.yml b/.github/workflows/setup_aedifex/action.yml
new file mode 100644
index 000000000..5afa83812
--- /dev/null
+++ b/.github/workflows/setup_aedifex/action.yml
@@ -0,0 +1,9 @@
+name: 'Setup Aedifex'
+runs:
+ using: "composite"
+ 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
+ - run: mv ./shell/lux.sh ./lux.sh
+ - run: cd ./stdlib/ && ../lux.sh clean && cd ..
+