Skip to content

Commit

Permalink
Don't do gettext
Browse files Browse the repository at this point in the history
  • Loading branch information
ychin committed Jul 6, 2023
1 parent a214af0 commit 7265ff3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci-macvim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,6 @@ jobs:
# and we are running CI on x86_64 Macs. We also don't need to worry about the min deployment target fix on arm64
# because all Apple Silicon Macs have to run on macOS 11+.

- name: Set up gettext
if: matrix.publish
uses: ./.github/actions/universal-package
with:
formula: gettext
contents: lib/libintl.a,lib/libintl.dylib

# Set up, install, and cache libsodium library for encryption.

- name: Set up libsodium
Expand All @@ -118,6 +111,13 @@ jobs:
formula: libsodium
contents: lib/libsodium.a,lib/libsodium.dylib

- name: Set up gettext
if: matrix.publish
uses: ./.github/actions/universal-package
with:
formula: gettext
contents: lib/libintl.a,lib/libintl.dylib

# Set up remaining packages and tools

- name: Install packages
Expand Down

0 comments on commit 7265ff3

Please sign in to comment.