Workflow yaml multiline string again...

This commit is contained in:
Lauri Räsänen 2024-04-25 05:45:28 +03:00
parent fcf85fd1e2
commit 68fd122634

View file

@ -21,8 +21,9 @@ jobs:
python3 python3-pip python3-setuptools python3-wheel ninja-build && python3 python3-pip python3-setuptools python3-wheel ninja-build &&
pip3 install --user meson pip3 install --user meson
- name: Build ${{matrix.arch}} ${{matrix.buildtype}} - name: Build ${{matrix.arch}} ${{matrix.buildtype}}
run: cd ${{ github.workspace }}/hl2sdk-starter && \ run: >
meson setup -D arch=${{matrix.arch}} -D buildtype=${{matrix.buildtype}} build && \ cd ${{ github.workspace }}/hl2sdk-starter &&
cd build && \ meson setup -D arch=${{matrix.arch}} -D buildtype=${{matrix.buildtype}} build &&
cd build &&
meson compile meson compile