Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Commit

Permalink
Restart bootstrap, glib was broken
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Jan 11, 2022
1 parent f1fc813 commit f424b61
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
50 changes: 25 additions & 25 deletions .github/workflows/release.yml
Expand Up @@ -8,7 +8,7 @@ on:
branches:
- '*'
env:
CACHE_VERSION: 1
CACHE_VERSION: 2
DEBIAN_FRONTEND: noninteractive
HOMEBREW_NO_AUTO_UPDATE: 1
PAWPAW_SKIP_LTO: 1
Expand All @@ -34,10 +34,10 @@ jobs:
shell: bash
run: |
./PawPaw/bootstrap-carla.sh macos && ./PawPaw/.cleanup.sh macos
- name: Build macOS intel
shell: bash
run: |
./build.sh macos
#- name: Build macOS intel
#shell: bash
#run: |
#./build.sh macos
#- uses: actions/upload-artifact@v2
#with:
#name: macOS intel package
Expand Down Expand Up @@ -67,10 +67,10 @@ jobs:
shell: bash
run: |
./PawPaw/bootstrap-carla.sh macos-universal && ./PawPaw/.cleanup.sh macos-universal
- name: Build macOS universal
shell: bash
run: |
./build.sh macos-universal
#- name: Build macOS universal
#shell: bash
#run: |
#./build.sh macos-universal
#- uses: actions/upload-artifact@v2
#with:
#name: macOS universal package
Expand Down Expand Up @@ -113,14 +113,14 @@ jobs:
shell: bash
run: |
./PawPaw/bootstrap-carla.sh win32 && ./PawPaw/.cleanup.sh win32
- name: Build win32 cross-compiled
shell: bash
run: |
./build.sh win32
- uses: actions/upload-artifact@v2
with:
name: win32 installer
path: Carla/*.zip
#- name: Build win32 cross-compiled
#shell: bash
#run: |
#./build.sh win32
#- uses: actions/upload-artifact@v2
#with:
#name: win32 installer
#path: Carla/*.zip

# linux with win64 cross-compilation
win64:
Expand Down Expand Up @@ -159,11 +159,11 @@ jobs:
shell: bash
run: |
./PawPaw/bootstrap-carla.sh win64 && ./PawPaw/.cleanup.sh win64
- name: Build win64 cross-compiled
shell: bash
run: |
./build.sh win64
- uses: actions/upload-artifact@v2
with:
name: win64 installer
path: Carla/*.zip
#- name: Build win64 cross-compiled
#shell: bash
#run: |
#./build.sh win64
#- uses: actions/upload-artifact@v2
#with:
#name: win64 installer
#path: Carla/*.zip
2 changes: 1 addition & 1 deletion PawPaw

0 comments on commit f424b61

Please sign in to comment.