From 77487468aceb9812de389d46354d876c73006bcf Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Fri, 31 Jan 2020 13:00:19 +0100 Subject: [PATCH] copy lua on init [skip-ci] --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 193ef37a..88cff696 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -122,6 +122,7 @@ jobs: cd lua sudo apt-get install libreadline-dev make + cp lua .. - name: Lua [ update ] if: steps.lua.outputs.cache-hit == 'true' -- 2.43.0