diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 85b410d..62fe7f0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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" diff --git a/Formula/jank.rb b/Formula/jank.rb index 02b1c98..1c8f23b 100644 --- a/Formula/jank.rb +++ b/Formula/jank.rb @@ -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