wip
PR Prerequisites / Bundles Without Errors (pull_request) Failing after 3s
PR Prerequisites / Lua Check (pull_request) Failing after 12s

This commit is contained in:
2026-09-10 21:15:08 +02:00
parent 5a9cf68dca
commit 79dcdaa5dd
+2
View File
@@ -76,7 +76,9 @@ jobs:
run: | run: |
FULL_PATH=$(realpath ./.vscode/lua-addons) FULL_PATH=$(realpath ./.vscode/lua-addons)
echo "full-path: $FULL_PATH" echo "full-path: $FULL_PATH"
cat $FULL_PATH
echo "Updating .luarc.json with full path"
jq --arg full_path "$FULL_PATH" '.Lua.workspace.library[0] = $full_path' ./.luarc.json > ./.luarc.tmp.json jq --arg full_path "$FULL_PATH" '.Lua.workspace.library[0] = $full_path' ./.luarc.json > ./.luarc.tmp.json
mv ./.luarc.tmp.json ./.luarc.json mv ./.luarc.tmp.json ./.luarc.json