Skip to content

Commit 4cf451c

Browse files
committed
We can't update msys because it kills the terminal.
1 parent 72298ac commit 4cf451c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ccpp.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,8 @@ jobs:
101101
- name: dependencies
102102
run: |
103103
set -x
104-
pacman -Syu --noconfirm
105104
pacman -S --needed --noconfirm pactoys make python diffutils ninja
106-
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
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
107106

108107
- name: run
109108
run: |

0 commit comments

Comments
 (0)