diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d090f9db..e2fe1323 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Install package requirements - run: sudo apt-get install -y git make git build-essential binutils-mips-linux-gnu python3 python3-pip libpng-dev + run: sudo apt-get install -y git make git build-essential binutils-mips-linux-gnu python3 python3-pip - name: Install Python dependencies run: python3 -m pip install -r ./tools/requirements-python.txt