We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb130d commit 80053bcCopy full SHA for 80053bc
.github/workflows/release.yml
@@ -132,6 +132,7 @@ jobs:
132
PLAYTIME_AUTHENTICITY_SIGNING_KEY: "${{ secrets.PLAYTIME_AUTHENTICITY_SIGNING_KEY }}"
133
PLAYTIME_LICENSE_VERIFYING_KEY: "${{ secrets.PLAYTIME_LICENSE_VERIFYING_KEY }}"
134
PLAYTIME_PRESET_VERIFYING_KEY: "${{ secrets.PLAYTIME_PRESET_VERIFYING_KEY }}"
135
+ AWS_LC_SYS_CMAKE_BUILDER: "1"
136
with:
137
command: build
138
args: --features "${{ matrix.features }}" --profile ${{ matrix.profile }} --target ${{ matrix.target }}
.github/workflows/windows-i686.yml
@@ -36,6 +36,8 @@ jobs:
36
override: true
37
- name: cargo build
38
uses: actions-rs/cargo@v1
39
+ env:
40
41
42
43
# Prevent "LLVM ERROR: out of memory"
0 commit comments