From 133b48d9d66ae1edb48daf3cad881000263e8b22 Mon Sep 17 00:00:00 2001 From: Rohan Sircar Date: Fri, 23 Apr 2021 00:05:53 +0530 Subject: [PATCH] update ci file --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c94788..2ddbf17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,7 +105,7 @@ jobs: - name: Install PowerPC GCC if: ${{ matrix.target }} == 'powerpc64-unknown-linux-gnu' run: | - apt-get install -y gcc-powerpc-linux-gnu + sudo apt-get install -y gcc-powerpc-linux-gnu - name: Compile uses: actions-rs/cargo@v1 with: