From 57fc52fc417061b40c222b677e4ec46d8c83af40 Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Fri, 8 Sep 2023 18:58:16 -0400 Subject: [PATCH] enable `geocode` on Apple Silicon nightly [skip ci] --- .github/workflows/macOS-arm64-selfhosted-publish-nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macOS-arm64-selfhosted-publish-nightly.yml b/.github/workflows/macOS-arm64-selfhosted-publish-nightly.yml index 3fcec5259..bf0f1db2b 100644 --- a/.github/workflows/macOS-arm64-selfhosted-publish-nightly.yml +++ b/.github/workflows/macOS-arm64-selfhosted-publish-nightly.yml @@ -37,7 +37,7 @@ jobs: target: aarch64-apple-darwin architecture: aarch64 use-cross: false - addl-build-args: --features=apply,generate,fetch,foreach,self_update,luau,polars,to + addl-build-args: --features=apply,generate,fetch,foreach,self_update,luau,polars,to,geocode default-features: --no-default-features addl-qsvlite-features: addl-qsvdp-features: luau