Skip to content

Commit

Permalink
Do not reinstall CMake for PSP builds
Browse files Browse the repository at this point in the history
It's not longer needed, it is part of the container now.
  • Loading branch information
sharkwouter committed Jun 30, 2023
1 parent a1b5cfe commit 9d64311
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -78,9 +78,6 @@ jobs:
runs-on: ubuntu-latest
container: pspdev/pspdev:latest
steps:
- name: Install dependencies
run: |
apk add cmake
- name: Checkout
uses: actions/checkout@v3
- name: Build
Expand Down

0 comments on commit 9d64311

Please sign in to comment.