Skip to content

Update GitHub workflows #50

Update GitHub workflows

Update GitHub workflows #50

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-linux-amd64-clang:
uses: ./.github/workflows/templates/linux_amd64_clang.yml

Check failure on line 10 in .github/workflows/dev_build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/dev_build.yml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
build-linux-amd64-gcc:
uses: ./.github/workflows/templates/linux_amd64_gcc.yml
build-macos-arm64-clang:
uses: ./.github/workflows/templates/macos_arm64_clang.yml
build-macos-arm64-gcc:
uses: ./.github/workflows/templates/macos_arm64_gcc.yml