We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8739d02 commit d76b853Copy full SHA for d76b853
.github/workflows/all.yml
@@ -29,11 +29,11 @@ jobs:
29
# - run: ./bootstrap.sh
30
# - run: cd test && ./test.sh --keep-going
31
32
- macos:
33
- runs-on: macos-latest
34
- steps:
35
- - uses: actions/checkout@v2
36
- - run: brew install macfuse ccache
37
- - run: pip3 install sh
38
- - run: ./bootstrap.sh
39
- - run: cd test && ./test.sh --keep-going
+# macos:
+# runs-on: macos-latest
+# steps:
+# - uses: actions/checkout@v2
+# - run: brew install macfuse ccache
+# - run: pip3 install sh
+# - run: ./bootstrap.sh
+# - run: cd test && ./test.sh --keep-going
0 commit comments