Skip to content

Make linux nightly build use gcc #74

Make linux nightly build use gcc

Make linux nightly build use gcc #74

Workflow file for this run

name: Porytiles Develop Branch Build
on:
push:
branches: [ "develop" ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build-0x-linux-amd64-clang:
uses: ./.github/workflows/0x_linux_amd64_clang.yml
build-0x-linux-amd64-gcc:
uses: ./.github/workflows/0x_linux_amd64_gcc.yml
build-0x-macos-arm64-clang:
uses: ./.github/workflows/0x_macos_arm64_clang.yml
build-0x-macos-arm64-gcc:
uses: ./.github/workflows/0x_macos_arm64_gcc.yml