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 4027cbf commit 15dd1d7Copy full SHA for 15dd1d7
.github/workflows/OpusCompile.yml
@@ -29,14 +29,17 @@ jobs:
29
if: ${{ matrix.arch == 'x64' }}
30
env:
31
ABI: x86_64
32
+
33
- name: Set Variables
34
if: ${{ matrix.arch == 'x86' }}
35
36
ABI: x86
37
38
39
if: ${{ matrix.arch == 'arm64' }}
40
41
ABI: arm64-v8a
42
43
44
if: ${{ matrix.arch == 'arm32' }}
45
0 commit comments