mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-09 20:57:26 +01:00
Fix openssl arch type
This commit is contained in:
parent
2024e4b3a9
commit
3d7e4be571
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -470,7 +470,7 @@ jobs:
|
||||
ninja: "yes",
|
||||
ninja_arg: "",
|
||||
openssl: "yes",
|
||||
openssl_arg: "linux-i686",
|
||||
openssl_arg: "linux-generic32",
|
||||
C: "yes",
|
||||
C_arg: "",
|
||||
C-Plus-Plus: "yes",
|
||||
|
Loading…
Reference in New Issue
Block a user