Skip to content

Commit 60f28e3

Browse files
committed
ci: Skip fatxfs test on macOS runner again
1 parent ad0f4d8 commit 60f28e3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,11 @@ jobs:
138138
cmake -Bbuild -S. -DCMAKE_PREFIX_PATH=$PWD/../install
139139
cmake --build build --parallel --verbose --target install
140140
popd
141-
- name: Test fatxfs
142-
run: |
143-
pushd fatxfs
144-
./test.sh
141+
# XXX: Can't install extension to run macfuse on GH actions apparently. This will hang.
142+
# - name: Test fatxfs
143+
# run: |
144+
# pushd fatxfs
145+
# ./test.sh
145146
- name: Test pyfatx
146147
run: |
147148
pushd pyfatx

0 commit comments

Comments
 (0)