diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59515bde..9058c3af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,8 @@ jobs: steps: - uses: actions/checkout@v1 + with: + submodules: true - name: Install dependencies run: brew install ninja sdl2 sdl2_mixer @@ -70,6 +72,8 @@ jobs: steps: - uses: actions/checkout@v1 + with: + submodules: true - name: CMake configure (default version) run: | @@ -118,6 +122,8 @@ jobs: steps: - uses: actions/checkout@v1 + with: + submodules: true - name: Cache SDL uses: actions/cache@v2