File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -22,32 +22,23 @@ jobs:
22
22
os : Linux,
23
23
arch : x86_64,
24
24
image : dockcross-manylinux2014-x64,
25
- cmake : " " ,
26
25
}
27
26
- {
28
27
os : Linux,
29
28
arch : aarch64,
30
29
image : dockcross-linux-arm64-lts,
31
- cmake : " " ,
32
30
}
33
31
- {
34
32
os : Linux-Android,
35
33
arch : aarch64,
36
34
image : dockcross-android-arm64,
37
- cmake : " " ,
38
- }
39
- - {
40
- os : Linux-Android,
41
- arch : arm,
42
- image : dockcross-android-arm,
43
- cmake : " -DCMAKE_SYSTEM_PROCESSOR=arm" ,
44
35
}
45
36
steps :
46
37
- uses : actions/checkout@v4
47
38
- name : Build libraries
48
39
shell : bash
49
40
run : |
50
- .github/dockcross/${{ matrix.target.image }} .github/build.sh "${{ matrix.target.cmake }} -DOS_NAME=${{ matrix.target.os }} -DOS_ARCH=${{ matrix.target.arch }}"
41
+ .github/dockcross/${{ matrix.target.image }} .github/build.sh "-DOS_NAME=${{ matrix.target.os }} -DOS_ARCH=${{ matrix.target.arch }}"
51
42
- name : Upload artifacts
52
43
uses : actions/upload-artifact@v3
53
44
with :
You can’t perform that action at this time.
0 commit comments