Skip to content

Commit

Permalink
fixup: Add specific git-lfs install
Browse files Browse the repository at this point in the history
  • Loading branch information
elken committed Jan 17, 2025
1 parent cd459e6 commit b14c269
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,7 @@ jobs:
key: ${{ matrix.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
restore-keys: ${{ matrix.os }}-rubygems-

- run: brew install git-lfs && sudo git lfs install --system && git lfs install && sudo ln -s "$(which git-lfs)" "$(git --exec-path)/git-lfs"

- run: brew test-bot --only-cleanup-before

- run: brew test-bot --only-setup

- run: brew test-bot --only-tap-syntax

- run: brew test-bot --only-formulae
- run: brew install git-lfs && sudo git lfs install --system && git lfs install && sudo ln -s "$(which git-lfs)" "/usr/local/bin/git-lfs"

- run: brew install jank && brew test jank && file "$(brew --prefix)/bin/jank"

Expand Down
1 change: 1 addition & 0 deletions Formula/jank.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def install
inreplace "compiler+runtime/cmake/install.cmake",
'\\$ORIGIN',
jank_install_dir

if OS.mac?
ENV["SDKROOT"] = MacOS.sdk_path
else
Expand Down

0 comments on commit b14c269

Please sign in to comment.