Skip to content

Commit

Permalink
disable geocode feature whenever we use-cross
Browse files Browse the repository at this point in the history
as it seems openssl cannot be cross-compiled

[skip ci]
  • Loading branch information
jqnatividad committed Sep 8, 2023
1 parent e414583 commit 079cd4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
target: i686-unknown-linux-gnu
architecture: i686
use-cross: true
addl-build-args: --features=apply,generate,fetch,foreach,geocode,self_update
addl-build-args: --features=apply,generate,fetch,foreach,self_update
default-features:
addl-qsvlite-features:
addl-qsvdp-features:
Expand All @@ -80,7 +80,7 @@ jobs:
target: i686-pc-windows-msvc
architecture: i686
use-cross: true
addl-build-args: --features=apply,generate,fetch,geocode,self_update
addl-build-args: --features=apply,generate,fetch,self_update
default-features:
addl-qsvlite-features:
addl-qsvdp-features:
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
target: aarch64-unknown-linux-gnu
architecture: aarch64
use-cross: true
addl-build-args: --features=apply,generate,fetch,foreach,geocode,self_update
addl-build-args: --features=apply,generate,fetch,foreach,self_update
default-features:
addl-qsvlite-features:
addl-qsvdp-features:
Expand Down

0 comments on commit 079cd4d

Please sign in to comment.