aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/setup_aedifex/action.yml
blob: 2b81a4fbc1c03ab148927ca185ad8dc3a5d694d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
      shell: bash
    - run: mv ./shell/lux.sh ./lux.sh
      shell: bash
    - run: cd ./stdlib/ && ../lux.sh clean && cd ..
      shell: bash