From b0a029c816078c08d5009609afd2c39fd3a45c60 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Fri, 29 Apr 2022 17:34:05 +0200 Subject: [PATCH] trying to test WHY2 with root's permissions --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1032585..9a652a1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,4 +42,4 @@ jobs: run: ./${{ matrix.build }} - name: Test - run: ./${{ matrix.output }} \ No newline at end of file + run: sudo ./${{ matrix.output }} \ No newline at end of file