Skip to content

Commit

Permalink
Removing clang installation
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioMartin86 committed Apr 28, 2024
1 parent 5b597a3 commit d7f462e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,16 @@ jobs:
build-gpgx:
runs-on: ubuntu-latest
needs: build-waterbox
#needs: build-waterbox
steps:
- uses: actions/checkout@v4
- name: Download compiled waterbox
uses: actions/download-artifact@v4
with:
name: compiled-waterbox
- name: Listing Files
working-directory: ./waterbox/sysroot
run: ls -laR
- name: Getting submodule(s)
working-directory: ./waterbox/gpgx
run: git submodule init Genesis-Plus-GX;
Expand Down

0 comments on commit d7f462e

Please sign in to comment.