2.57
All checks were successful
Build deb / build (push) Successful in 9s

add debug line to workflow
This commit is contained in:
2024-08-18 11:10:59 +02:00
parent 3f2ea98acf
commit 12588e054b
6 changed files with 17 additions and 2 deletions

13
.vscode/tasks.json vendored Normal file
View File

@@ -0,0 +1,13 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "package",
"type": "shell",
"command": "bash ${workspaceFolder}/build.sh",
"group": "build"
}
]
}