From e7a4b239d6de6a62d79fb537a8a39be978b6d2a7 Mon Sep 17 00:00:00 2001 From: Albin Date: Fri, 28 Jun 2024 14:47:37 +0200 Subject: [PATCH] Fix apt command --- .github/workflows/android-app-reproducible.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android-app-reproducible.yml b/.github/workflows/android-app-reproducible.yml index bb9a5d9e7736..b990d170d392 100644 --- a/.github/workflows/android-app-reproducible.yml +++ b/.github/workflows/android-app-reproducible.yml @@ -98,7 +98,7 @@ jobs: path: dist steps: - name: Install diffoscope - run: apt-get install diffoscope + run: sudo apt-get install diffoscope - uses: actions/download-artifact@v4 with: