Skip to content

Commit 8302214

Browse files
authored
Merge pull request #64 from pspdev/fix-macos-build
Fix MacOS build in GitHub Actions
2 parents 285ea43 + 8928607 commit 8302214

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/host_tools.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@ jobs:
3737
sudo apt-get update
3838
sudo apt-get -y install libusb-1.0-0-dev libusb-dev gcc
3939
40-
- name: Install macOS packages
41-
if: startsWith(matrix.os[0], 'macos')
42-
run: |
43-
brew update
44-
brew install libusb gcc
45-
4640
- name: Compile tools
4741
run: |
4842
make --quiet -j $PROC_NR -C usbhostfs_pc

0 commit comments

Comments
 (0)