wip
PR Prerequisites / Bundles Without Errors (pull_request) Failing after 5s
PR Prerequisites / Lua Check (pull_request) Failing after 20s

This commit is contained in:
2026-09-10 22:38:02 +02:00
parent 80011bdeac
commit d14324c543
+1 -1
View File
@@ -76,7 +76,7 @@ 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"
ls -la $FULL_PATH ls -R $FULL_PATH
echo "Updating .luarc.json with full path" echo "Updating .luarc.json with full path"
jq --arg full_path "$FULL_PATH" '.workspace.library[0] = $full_path' ./.luarc.json > ./.luarc.tmp.json jq --arg full_path "$FULL_PATH" '.workspace.library[0] = $full_path' ./.luarc.json > ./.luarc.tmp.json