File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed
Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 8383 shell : msys2 {0}
8484
8585 steps :
86+ - uses : msys2/setup-msys2@v2
87+ with :
88+ msystem : mingw64
89+ pacboy : |
90+ python diffutils ninja
91+ protobuf:p pkg-config:p curl-winssl:p file:p glfw:p mbedtls:p
92+ sqlite:p freetype:p boost:p gcc:p binutils:p nsis:p abseil-cpp:p
93+
8694 - uses : actions/checkout@v4
8795 with :
8896 repository : ' davidgiven/fluxengine'
@@ -94,16 +102,6 @@ jobs:
94102 repository : ' davidgiven/fluxengine-testdata'
95103 path : ' fluxengine-testdata'
96104
97- - uses : msys2/setup-msys2@v2
98- with :
99- msystem : mingw64
100-
101- - name : dependencies
102- run : |
103- set -x
104- pacman -S --needed --noconfirm pactoys make python diffutils ninja
105- pacboy -S --needed --noconfirm protobuf:p pkg-config:p curl-winssl:p file:p glfw:p mbedtls:p sqlite:p freetype:p boost:p gcc:p binutils:p nsis:p abseil-cpp:p
106-
107105 - name : run
108106 run : |
109107 make -C fluxengine BUILDTYPE=windows
You can’t perform that action at this time.
0 commit comments