Skip to content

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
env:
CMAKE_PREFIX_PATH: /opt/toolchains
steps:
- name: Free Disk Space (Ubuntu)
uses: AdityaGarg8/remove-unwanted-software@v4.1
with:
remove-android: 'true'
- name: Checkout
uses: actions/checkout@v3
run: echo "Hello World!"