diff options
| author | Eduardo Julian | 2022-04-09 00:46:03 -0400 |
|---|---|---|
| committer | Eduardo Julian | 2022-04-09 00:46:03 -0400 |
| commit | f11afb9d2dfe2d59b41e8056eb8c4ae65268415f (patch) | |
| tree | d7f57f5d62ddb58fceec0a827b0047ed70833841 /.github/workflows | |
| parent | ab99de20a3d0566a71bf0ef607d9d6e291d7f62a (diff) | |
Re-branded "abstract" types as "primitive" types.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ab2d26cfb..6f8a11c60 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -51,5 +51,7 @@ jobs: - uses: ./.github/workflows/setup_aedifex # https://github.com/marketplace/actions/setup-lua-luajit - uses: xpol/setup-lua@v0.3 + with: + lua-version: "5.4.2" - run: cd ./stdlib/ && ../lux.sh with lua with bibliotheca test |
