From 8bdc243d424dfdfe4737b543bc76da2973752f73 Mon Sep 17 00:00:00 2001 From: Gjorgji Kjosev Date: Mon, 12 Aug 2024 00:46:29 +0100 Subject: [PATCH] fix: sudo the tests too --- .github/workflows/ccpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 7d0566e..89aae0a 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -35,4 +35,4 @@ jobs: with: name: adbfs-bin - name: run-tests - run: ./docker/run-docker-test.sh \ No newline at end of file + run: sudo bash ./docker/run-docker-test.sh \ No newline at end of file