Skip to content

Commit 56d4cbe

Browse files
committed
Add host compiler in workflow
1 parent b6a73dc commit 56d4cbe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/Build-PreRelease.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
with:
2222
persist-credentials: false
2323

24+
- name: Install Host Compiler
25+
run: DEBIAN_FRONTEND=noninteractive apt install -y gcc g++ build-essential
26+
2427
- name: Configure ResGen
2528
run: cmake -B ${{github.workspace}}/Build/ResGen -DCMAKE_BUILD_TYPE=Release ResGen
2629

0 commit comments

Comments
 (0)