Skip to content

fix: Do not recursive checkout submodules #4

fix: Do not recursive checkout submodules

fix: Do not recursive checkout submodules #4

Workflow file for this run

name: Build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
name: Build MetalANGLEKit
runs-on: macos-14
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: 'true'
- name: Setup repository
run: |
./setup-angle.sh
- name: Build angle
run: |
./build-angle.sh
- name: Build MetalANGLEKit
run: |
./build-metalanglekit.sh