Skip to content

Commit

Permalink
Try to fix Linux release build
Browse files Browse the repository at this point in the history
  • Loading branch information
helgoboss committed Dec 20, 2024
1 parent 8bb130d commit 80053bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ jobs:
PLAYTIME_AUTHENTICITY_SIGNING_KEY: "${{ secrets.PLAYTIME_AUTHENTICITY_SIGNING_KEY }}"
PLAYTIME_LICENSE_VERIFYING_KEY: "${{ secrets.PLAYTIME_LICENSE_VERIFYING_KEY }}"
PLAYTIME_PRESET_VERIFYING_KEY: "${{ secrets.PLAYTIME_PRESET_VERIFYING_KEY }}"
AWS_LC_SYS_CMAKE_BUILDER: "1"
with:
command: build
args: --features "${{ matrix.features }}" --profile ${{ matrix.profile }} --target ${{ matrix.target }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/windows-i686.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
override: true
- name: cargo build
uses: actions-rs/cargo@v1
env:
AWS_LC_SYS_CMAKE_BUILDER: "1"
with:
command: build
# Prevent "LLVM ERROR: out of memory"
Expand Down

0 comments on commit 80053bc

Please sign in to comment.