From 98935ccbbc3c3a6880aa7a8b1d0651c3c7a9340d Mon Sep 17 00:00:00 2001 From: alemi Date: Tue, 10 Sep 2024 02:18:24 +0200 Subject: [PATCH] ci(lua): is it in vars? --- .github/workflows/lua.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lua.yml b/.github/workflows/lua.yml index 7907253..16bc637 100644 --- a/.github/workflows/lua.yml +++ b/.github/workflows/lua.yml @@ -52,7 +52,7 @@ jobs: - uses: arduino/setup-protoc@v3 # this is the extra config required for lua - run: mkdir .cargo - - run: echo '${{ MLUA_CARGO_CONFIG_EXTRA_SETTINGS }}' > .cargo/config.toml + - run: echo '${{ vars.MLUA_CARGO_CONFIG_EXTRA_SETTINGS }}' > .cargo/config.toml # TODO can we make it prettier? - run: cargo build --release --features=lua - uses: actions/upload-artifact@v4