Fix workflow directory #52
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/linux_amd64_clang.yml | ||
build-linux-amd64-gcc: | ||
uses: ./.github/workflows/linux_amd64_gcc.yml | ||
Check failure on line 12 in .github/workflows/dev_build.yml GitHub Actions / .github/workflows/dev_build.ymlInvalid workflow file
|
||
build-macos-arm64-clang: | ||
uses: ./.github/workflows/macos_arm64_clang.yml | ||
build-macos-arm64-gcc: | ||
uses: ./.github/workflows/macos_arm64_gcc.yml |