From 02f50d62f51134a84f54f251fb7f1f249f0de100 Mon Sep 17 00:00:00 2001 From: nirenjan Date: Thu, 5 Sep 2024 12:32:55 -0700 Subject: [PATCH] Fix path to bugreport in CI script --- .github/scripts/build-and-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/build-and-test.sh b/.github/scripts/build-and-test.sh index 49ca880..11f1604 100755 --- a/.github/scripts/build-and-test.sh +++ b/.github/scripts/build-and-test.sh @@ -8,7 +8,7 @@ ninja ninja test # Print bugreport output -./x52bugreport +./bugreport/x52bugreport # Make sure that there are no changes to the source code # This may happen if the source have changed with differences to the