Skip to content

id 18480 as geo_layout from sm64 #269

id 18480 as geo_layout from sm64

id 18480 as geo_layout from sm64 #269

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "master" ]
pull_request:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: |
echo "Passed"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true