Skip to content

Commit 80053bc

Browse files
committed
Try to fix Linux release build
1 parent 8bb130d commit 80053bc

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ jobs:
132132
PLAYTIME_AUTHENTICITY_SIGNING_KEY: "${{ secrets.PLAYTIME_AUTHENTICITY_SIGNING_KEY }}"
133133
PLAYTIME_LICENSE_VERIFYING_KEY: "${{ secrets.PLAYTIME_LICENSE_VERIFYING_KEY }}"
134134
PLAYTIME_PRESET_VERIFYING_KEY: "${{ secrets.PLAYTIME_PRESET_VERIFYING_KEY }}"
135+
AWS_LC_SYS_CMAKE_BUILDER: "1"
135136
with:
136137
command: build
137138
args: --features "${{ matrix.features }}" --profile ${{ matrix.profile }} --target ${{ matrix.target }}

.github/workflows/windows-i686.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
override: true
3737
- name: cargo build
3838
uses: actions-rs/cargo@v1
39+
env:
40+
AWS_LC_SYS_CMAKE_BUILDER: "1"
3941
with:
4042
command: build
4143
# Prevent "LLVM ERROR: out of memory"

0 commit comments

Comments
 (0)