Skip to content

Commit

Permalink
Update release-stable.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryptogenic authored Dec 19, 2021
1 parent 4b2896e commit 83e2569
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/release-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,19 @@ jobs:
repository: OpenOrbis/OpenOrbis-PS4-Toolchain
path: oops4
ref: master

- name: Fetch musl stable
uses: i3h/download-release-asset@v1
with:
owner: OpenOrbis
repo: musl
tag: latest
file: musl.tar.gz

- name: Extract musl
run: |
mv musl.tar.gz oops4/musl.tar.gz
cd oops4 && tar -xvzf musl.tar.gz
- name: Build compiler-rt
run: |
Expand Down

0 comments on commit 83e2569

Please sign in to comment.