diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index 07d6233..03ae719 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -12,7 +12,7 @@ jobs: submodules: "recursive" - name: Install Dependencies - run: ./scripts/debian/1-install-deps.sh + run: sudo ./scripts/debian/1-install-deps.sh - name: Create Build Environment working-directory: ${{github.workspace}}/build-linux @@ -49,7 +49,7 @@ jobs: path: ${{github.workspace}} - name: Install Runtime Dependencies - run: ./scripts/debian/4-install-runtime-deps.sh + run: sudo ./scripts/debian/4-install-runtime-deps.sh - name: Test working-directory: ${{github.workspace}} diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 9c09faa..6eb214d 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -40,7 +40,7 @@ jobs: submodules: "recursive" - name: Install Dependencies - run: ./scripts/debian/1-install-deps.sh + run: sudo ./scripts/debian/1-install-deps.sh - name: Create Build Environment working-directory: ${{github.workspace}}/build-linux