Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
asabya committed Feb 28, 2024
1 parent 4784d2b commit 8593f0d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,13 @@ jobs:
sudo apt-get -qq install libacl1-dev
- name: Install FUSE (macOS)
if: runner.os == 'macOS'
if: matrix.os == 'macos-11'
run: |
brew install --cask [email protected]
unset HOMEBREW_NO_INSTALL_FROM_API
brew untap --force homebrew/core
brew untap --force homebrew/cask
brew update
brew install --cask macfuse
- name: Set git to use LF
run: git config --global core.autocrlf false
Expand Down

0 comments on commit 8593f0d

Please sign in to comment.