Skip to content

build: recursive checkout #8

build: recursive checkout

build: recursive checkout #8

Workflow file for this run

name: Linux Build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
linux:
runs-on: ubuntu-latest
steps:
- name: Install wine32
run: sudo dpkg --add-architecture i386 && sudo apt-get update && sudo apt-get install -y wine32
- name: Install deps
run: sudo apt-get install -y portaudio19-dev libportaudio2
- uses: actions/checkout@v4
submodules: true

Check failure on line 18 in .github/workflows/build-linux.yml

View workflow run for this annotation

GitHub Actions / Linux Build

Invalid workflow file

The workflow is not valid. .github/workflows/build-linux.yml (Line: 18, Col: 7): Unexpected value 'submodules'
- name: make
run: make