Skip to content

Commit bfd5b90

Browse files
committed
Add abseil in workflow
1 parent 18a5e17 commit bfd5b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Build-PreRelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
persist-credentials: false
2323

2424
- name: Install Host Compiler
25-
run: DEBIAN_FRONTEND=noninteractive apt update && DEBIAN_FRONTEND=noninteractive apt install -y gcc g++ build-essential
25+
run: DEBIAN_FRONTEND=noninteractive apt update && DEBIAN_FRONTEND=noninteractive apt install -y gcc g++ build-essential libabsl-dev
2626

2727
- name: Configure ResGen
2828
run: cmake -B ${{github.workspace}}/Build/ResGen -DCMAKE_BUILD_TYPE=Release ResGen

0 commit comments

Comments
 (0)