mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 15:24:48 +01:00
ci(lua): is it in vars?
This commit is contained in:
parent
89c221ba40
commit
98935ccbbc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lua.yml
vendored
2
.github/workflows/lua.yml
vendored
|
@ -52,7 +52,7 @@ jobs:
|
||||||
- uses: arduino/setup-protoc@v3
|
- uses: arduino/setup-protoc@v3
|
||||||
# this is the extra config required for lua
|
# this is the extra config required for lua
|
||||||
- run: mkdir .cargo
|
- 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?
|
# TODO can we make it prettier?
|
||||||
- run: cargo build --release --features=lua
|
- run: cargo build --release --features=lua
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
|
|
Loading…
Reference in a new issue