We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfd5b90 commit f607769Copy full SHA for f607769
.github/workflows/Build-PreRelease.yaml
@@ -21,8 +21,8 @@ jobs:
21
with:
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 libabsl-dev
+ - name: Setup Host Environment
+ run: DEBIAN_FRONTEND=noninteractive apt update && DEBIAN_FRONTEND=noninteractive apt upgrade -y && 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