diff options
author | leaf corcoran <leafot@gmail.com> | 2019-09-21 18:11:28 -0700 |
---|---|---|
committer | leaf <leafot@gmail.com> | 2020-04-25 14:24:18 -0700 |
commit | 7f21cad7f007d79d470d38a3546287bc2eab1b18 (patch) | |
tree | 02bb02584915b01dd13b2213e55144680f6e1852 | |
parent | e55b93ff0c0aee0449d8cd8e94b91096d11a38e1 (diff) | |
download | lua-cjson-7f21cad7f007d79d470d38a3546287bc2eab1b18.tar.gz lua-cjson-7f21cad7f007d79d470d38a3546287bc2eab1b18.tar.bz2 lua-cjson-7f21cad7f007d79d470d38a3546287bc2eab1b18.zip |
tell cmake where lua is
-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 f8bea28..04c407c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
@@ -22,7 +22,7 @@ jobs: | |||
22 | 22 | ||
23 | - name: test | 23 | - name: test |
24 | run: | | 24 | run: | |
25 | ./runtests.sh PREFIX=.lua | 25 | LUA_DIR=.lua ./runtests.sh PREFIX=.lua |
26 | 26 | ||
27 | - name: build | 27 | - name: build |
28 | run: | | 28 | run: | |