Skip to content

Commit f607769

Browse files
committed
Update host environment
1 parent bfd5b90 commit f607769

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Build-PreRelease.yaml

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

24-
- name: Install Host Compiler
25-
run: DEBIAN_FRONTEND=noninteractive apt update && DEBIAN_FRONTEND=noninteractive apt install -y gcc g++ build-essential libabsl-dev
24+
- name: Setup Host Environment
25+
run: DEBIAN_FRONTEND=noninteractive apt update && DEBIAN_FRONTEND=noninteractive apt upgrade -y && 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)