From a05e2f847a2eb567b48e7c00d9ed15bf498fb622 Mon Sep 17 00:00:00 2001 From: Isaac True Date: Tue, 21 Nov 2023 12:06:53 +0100 Subject: [PATCH] ERL-467: github: workflows: nemos-images: use sudo to run spread Signed-off-by: Isaac True --- .github/workflows/nemos-images.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nemos-images.yaml b/.github/workflows/nemos-images.yaml index 7caf726..f5b703f 100644 --- a/.github/workflows/nemos-images.yaml +++ b/.github/workflows/nemos-images.yaml @@ -67,7 +67,7 @@ jobs: go install github.com/snapcore/spread/cmd/spread@latest - name: "Run the spread tests inside QEMU" run: | - ~/go/bin/spread -v "adhoc:nemos-image-${{ matrix.config }}-${{ matrix.series }}-${{ matrix.arch }}" + sudo ~/go/bin/spread -v "adhoc:nemos-image-${{ matrix.config }}-${{ matrix.series }}-${{ matrix.arch }}" s32g274ardb2: runs-on: "ubuntu-latest" strategy: