File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ jobs:
2626 - name : Build with gcc
2727 run : |
2828 export CC=gcc CXX=g++
29- meson build-gcc/ -Dinput_emulation=disabled --werror --auto-features=enabled
29+ meson setup build-gcc/ -Dinput_emulation=disabled --werror --auto-features=enabled
3030 ninja -C build-gcc/
3131 - name : Build with gcc (no vr)
3232 run : |
3333 export CC=gcc CXX=g++
34- meson build-gcc-novr/ -Dinput_emulation=disabled -Denable_openvr_support=false --werror --auto-features=enabled
34+ meson setup build-gcc-novr/ -Dinput_emulation=disabled -Denable_openvr_support=false --werror --auto-features=enabled
3535 ninja -C build-gcc-novr/
3636# - name: Build with clang
3737# run: |
3838# export CC=clang CXX=clang++
39- # meson build-clang/ -Dinput_emulation=disabled --werror --auto-features=enabled
39+ # meson setup build-clang/ -Dinput_emulation=disabled --werror --auto-features=enabled
4040# ninja -C build-clang/
You can’t perform that action at this time.
0 commit comments