Skip to content

Commit

Permalink
Attempting to fix CI
Browse files Browse the repository at this point in the history
Not sure why Mac needed sapling in the first place
  • Loading branch information
malfet authored Dec 5, 2024
1 parent 1be20c6 commit f9756af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "mr fake"
- name: Install and initialize sapling on macos
if: matrix.os == 'macos-latest'
if: false && matrix.os == 'macos-latest'
run: |
brew install sapling
sl config --user ui.username "mr fake <[email protected]>"
Expand Down

0 comments on commit f9756af

Please sign in to comment.