We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab05db9 commit e809af7Copy full SHA for e809af7
.github/workflows/ccpp.yml
@@ -94,11 +94,6 @@ jobs:
94
repository: 'davidgiven/fluxengine-testdata'
95
path: 'fluxengine-testdata'
96
97
- - uses: actions/checkout@v4
98
- with:
99
- repository: 'abseil/abseil-cpp'
100
- path: 'abseil'
101
-
102
- uses: msys2/setup-msys2@v2
103
with:
104
msystem: mingw64
@@ -109,9 +104,6 @@ jobs:
109
pacman -S --needed --noconfirm pactoys make python diffutils ninja
110
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
111
106
112
- - name: abseil
113
- run: |
114
- cd abseil && mkdir build && cd build &&
115
107
- name: run
116
108
run: |
117
make -C fluxengine BUILDTYPE=windows
0 commit comments