We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad0f4d8 commit 60f28e3Copy full SHA for 60f28e3
.github/workflows/build.yml
@@ -138,10 +138,11 @@ jobs:
138
cmake -Bbuild -S. -DCMAKE_PREFIX_PATH=$PWD/../install
139
cmake --build build --parallel --verbose --target install
140
popd
141
- - name: Test fatxfs
142
- run: |
143
- pushd fatxfs
144
- ./test.sh
+ # XXX: Can't install extension to run macfuse on GH actions apparently. This will hang.
+ # - name: Test fatxfs
+ # run: |
+ # pushd fatxfs
145
+ # ./test.sh
146
- name: Test pyfatx
147
run: |
148
pushd pyfatx
0 commit comments