File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 9
9
steps :
10
10
- run : apk --no-cache add git gcc g++ binutils pkgconf meson ninja musl-dev wayland-dev wayland-protocols libinput-dev libevdev-dev libxkbcommon-dev pixman-dev glm-dev libdrm-dev mesa-dev cairo-dev pango-dev eudev-dev libxml2-dev libexecinfo-dev libseat-dev libxcb-dev xcb-util-wm-dev xwayland
11
11
- uses : actions/checkout@v1
12
+ - run : git config --global --add safe.directory /__w/wayfire/wayfire
12
13
- run : git submodule sync --recursive && git submodule update --init --force --recursive
13
14
- run : meson build
14
15
- run : ninja -v -Cbuild
24
25
25
26
# Build Wayfire
26
27
- uses : actions/checkout@v1
28
+ - run : git config --global --add safe.directory /__w/wayfire/wayfire
27
29
- run : git submodule sync --recursive && git submodule update --init --force --recursive
28
30
- run : env CC=clang CXX=clang++ CXXFLAGS="-stdlib=libc++" LDFLAGS="-fuse-ld=lld -stdlib=libc++" meson build
29
31
- run : ninja -v -Cbuild
You can’t perform that action at this time.
0 commit comments