Skip to content

Commit

Permalink
Install PSP dependencies before building
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiou87 committed Sep 29, 2024
1 parent d3dc343 commit 1a91d9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ jobs:
- uses: actions/checkout@v4
- name: Build OpenSupaplex
run: |
./psp/ci-install-dependencies.sh
./psp/ci-docker-run.sh ./psp/ci-build.sh
./psp/ci-docker-run.sh sh -c "./psp/ci-install-dependencies.sh && ./psp/ci-build.sh"
shell: bash
- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ jobs:
- uses: actions/checkout@v4
- name: Build OpenSupaplex
run: |
./psp/ci-install-dependencies.sh
./psp/ci-docker-run.sh ./psp/ci-build.sh
./psp/ci-docker-run.sh sh -c "./psp/ci-install-dependencies.sh && ./psp/ci-build.sh"
shell: bash
- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 1a91d9b

Please sign in to comment.