We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18a5e17 commit bfd5b90Copy full SHA for bfd5b90
.github/workflows/Build-PreRelease.yaml
@@ -22,7 +22,7 @@ jobs:
22
persist-credentials: false
23
24
- name: Install Host Compiler
25
- run: DEBIAN_FRONTEND=noninteractive apt update && DEBIAN_FRONTEND=noninteractive apt install -y gcc g++ build-essential
+ run: DEBIAN_FRONTEND=noninteractive apt update && DEBIAN_FRONTEND=noninteractive apt install -y gcc g++ build-essential libabsl-dev
26
27
- name: Configure ResGen
28
run: cmake -B ${{github.workspace}}/Build/ResGen -DCMAKE_BUILD_TYPE=Release ResGen
0 commit comments