diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7dd0ffa..5959a54 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,8 +21,9 @@ jobs: python3 python3-pip python3-setuptools python3-wheel ninja-build && pip3 install --user meson - name: Build ${{matrix.arch}} ${{matrix.buildtype}} - run: cd ${{ github.workspace }}/hl2sdk-starter && \ - meson setup -D arch=${{matrix.arch}} -D buildtype=${{matrix.buildtype}} build && \ - cd build && \ + run: > + cd ${{ github.workspace }}/hl2sdk-starter && + meson setup -D arch=${{matrix.arch}} -D buildtype=${{matrix.buildtype}} build && + cd build && meson compile