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 9601bb0 commit 600ca73Copy full SHA for 600ca73
.github/workflows/linux.yml
@@ -10,7 +10,7 @@ env:
10
# Configuration type to build.
11
# You can convert this to a build matrix if you need coverage of multiple configuration types.
12
# https://docs.github.com/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
13
- BUILD_CONFIGURATION: Release
+ BUILD_CONFIGURATION: release_x64
14
15
jobs:
16
build:
0 commit comments