Workflow yaml multiline string again...
This commit is contained in:
parent
fcf85fd1e2
commit
68fd122634
1 changed files with 4 additions and 3 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue