Skip to content

Commit

Permalink
somehow
Browse files Browse the repository at this point in the history
  • Loading branch information
Veha0001 committed Dec 1, 2024
1 parent 682e9c8 commit 10bbb51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/php-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ jobs:
name: Build PHP for Android-PM${{ inputs.pm-version }}
runs-on: ubuntu-22.04
env:
MUSL_DAT: https://github.com/${{ inputs.musl-repo }}/releases/download/tc-v1/musl-cross-make-toolchain.tar.xz
MUSL_DAT: https://github.com/${{ inputs.musl-repo }}/releases/download/build-tc/musl-cross-make-toolchain.tar.xz

steps:
- name: Checkout code
uses: actions/checkout@v4
- run: git clone https://github.com/pmmp/PHP-Binaries
- name: Clone pmmp/PHP-Binaries repository
run: git clone https://github.com/pmmp/PHP-Binaries
- name: Install tools and dependencies
run: |
sudo apt-get update
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/toolchain-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ jobs:
runs-on: ubuntu-latest
env:
CFLAG: -march=x86-64 -Os
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- name: Clone pmmp/musl-cross-make repository
Expand Down Expand Up @@ -44,7 +43,7 @@ jobs:
uses: softprops/action-gh-release@v2
continue-on-error: true
with:
tag_name: "tc-v1"
tag_name: "build-tc"
files: musl-cross-make-toolchain.tar.xz
name: musl-cross-make
body: |
Expand Down

0 comments on commit 10bbb51

Please sign in to comment.