We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72298ac commit 4cf451cCopy full SHA for 4cf451c
.github/workflows/ccpp.yml
@@ -101,9 +101,8 @@ jobs:
101
- name: dependencies
102
run: |
103
set -x
104
- pacman -Syu --noconfirm
105
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
+ 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
107
108
- name: run
109
0 commit comments