aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/setup_aedifex/action.yml
diff options
context:
space:
mode:
authorEduardo Julian2022-03-30 21:25:53 -0400
committerEduardo Julian2022-03-30 21:25:53 -0400
commit8eb86ed366b2305751f2e831c7a081ffcca82c89 (patch)
treef8da5967f61d115414b3655dd9045cef370c8d5b /.github/workflows/setup_aedifex/action.yml
parent4326d69ab717683449bf37bf8dd170c83455c0c0 (diff)
De-sigil-ification: /
Diffstat (limited to '.github/workflows/setup_aedifex/action.yml')
-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
index 2b81a4fbc..bc848c2f0 100644
--- a/.github/workflows/setup_aedifex/action.yml
+++ b/.github/workflows/setup_aedifex/action.yml
@@ -2,11 +2,20 @@ name: 'Setup Aedifex'
runs:
using: "composite"
steps:
+ # https://github.com/actions/setup-java
+ - uses: actions/setup-java@v2
+ with:
+ distribution: 'temurin'
+ java-version: '17'
+
- 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