diff options
author | Eduardo Julian | 2022-03-16 04:22:45 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-03-16 04:22:45 -0400 |
commit | d710d9f4fc098e7c243c8a5f23cd42683f13e07f (patch) | |
tree | e48633e5f21df572fbb133855e77f5c1adfd40fb /.github/workflows | |
parent | b0093a3849baaeb5e12692b2cf6ac65ba74bbd54 (diff) |
Generalized/type-agnostic arithmetic.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 23a031285..11861f6b0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ jobs: steps: - uses: actions/checkout@v2 # Setup Aedifex - - run: wget https://github.com/LuxLang/lux/releases/download/0.6.5/aedifex_do_not_touch_1.jar && mv aedifex_do_not_touch_1.jar aedifex.jar + - run: wget https://github.com/LuxLang/lux/releases/download/0.6.5/aedifex_do_not_touch_2.jar && mv aedifex_do_not_touch_2.jar aedifex.jar - run: mv ./shell/lux.sh ./lux.sh # Test on the JVM # https://github.com/actions/setup-java |