Skip to content

Commit e809af7

Browse files
committed
Typo fix.
1 parent ab05db9 commit e809af7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ccpp.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,6 @@ jobs:
9494
repository: 'davidgiven/fluxengine-testdata'
9595
path: 'fluxengine-testdata'
9696

97-
- uses: actions/checkout@v4
98-
with:
99-
repository: 'abseil/abseil-cpp'
100-
path: 'abseil'
101-
10297
- uses: msys2/setup-msys2@v2
10398
with:
10499
msystem: mingw64
@@ -109,9 +104,6 @@ jobs:
109104
pacman -S --needed --noconfirm pactoys make python diffutils ninja
110105
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
111106
112-
- name: abseil
113-
run: |
114-
cd abseil && mkdir build && cd build &&
115107
- name: run
116108
run: |
117109
make -C fluxengine BUILDTYPE=windows

0 commit comments

Comments
 (0)