diff options
| author | 2024-04-16 22:15:54 -0500 | |
|---|---|---|
| committer | 2024-04-16 22:15:54 -0500 | |
| commit | af511f1f550ee3eac9176b27333c00321ae5d103 (patch) | |
| tree | f1fcdb39ffd3c176b1207efb21df13cb05f58951 /.github | |
| parent | yml config for building with Cosmopolitan Libc (diff) | |
patch folder location
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/release.yml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c0c9df1c..114de092 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,12 +67,16 @@ jobs: name: Build release binaries for Cosmo runs-on: ubuntu-latest steps: + - name: create build folder + run: | + sudo mkdir -p /ahgamut + sudo chmod -R 0777 /ahgamut - name: Checkout superconfigure repo + working-directory: /ahgamut run: git clone https://github.com/ahgamut/superconfigure - name: support ape bins and SSL things - run: | - cd superconfigure - bash ./.github/scripts/setup + working-directory: /ahgamut/superconfigure + run: bash ./.github/scripts/setup - name: build Cosmo working-directory: /ahgamut/superconfigure run: bash ./.github/scripts/cosmo |
