Skip to content

Commit

Permalink
Update build_macos.yml
Browse files Browse the repository at this point in the history
removing brew update because it'll never finish
  • Loading branch information
peekxc authored Dec 4, 2023
1 parent 62c9d33 commit d210d68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Clang with OpenMP support
run: |
brew update
rm -rf /usr/local/bin/2to3*
brew install --force libomp llvm > nul
- name: Update environment flags for Clang
Expand Down

0 comments on commit d210d68

Please sign in to comment.