diff options
| author | Alejandro Asenjo Nitti <96613413+sonicdcer@users.noreply.github.com> | 2023-10-16 17:34:35 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-16 17:34:35 -0300 |
| commit | 6d9c9ea68e4ed04085fdc366ce5a3d8af96f93d2 (patch) | |
| tree | 44f9967805918b955b8cb173155086531977866c /.github/workflows | |
| parent | bc14ecbb176d56f0f8e0cd23d5682e97d7d801c4 (diff) | |
Update ci.yaml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
