Skip to content

Commit 23e6d23

Browse files
committed
Change the way we install msys to see if that helps.
1 parent cf2a97f commit 23e6d23

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

.github/workflows/ccpp.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,14 @@ jobs:
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

0 commit comments

Comments
 (0)