File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3939
4040 - name : Compile Cage (XWayland=${{ matrix.xwayland }})
4141 run : |
42- meson --fatal-meson-warnings \
42+ meson --fatal-meson-warnings --wrap-mode=nodownload \
4343 build-${{ matrix.CC }}-${{matrix.xwayland }} \
4444 -Dwlroots:xwayland=${{ matrix.xwayland }}
4545 ninja -C build-${{ matrix.CC }}-${{matrix.xwayland }}
5858 run : git clone https://gitlab.freedesktop.org/wlroots/wlroots.git subprojects/wlroots -b $WLROOTS_VERSION
5959 - name : Check for formatting changes
6060 run : |
61- meson build-clang-format -Dwlroots:xwayland=enabled
61+ meson --wrap-mode=nodownload build-clang-format -Dwlroots:xwayland=enabled
6262 ninja -C build-clang-format clang-format-check
6363
6464 scan-build :
7777 run : git clone https://gitlab.freedesktop.org/wlroots/wlroots.git subprojects/wlroots -b $WLROOTS_VERSION
7878 - name : Run scan-build
7979 run : |
80- meson build-scan-build -Dwlroots:xwayland=enabled
80+ meson --wrap-mode=nodownload build-scan-build -Dwlroots:xwayland=enabled
8181 ninja -C build-scan-build scan-build
You can’t perform that action at this time.
0 commit comments