We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b510b9 commit cdf1c07Copy full SHA for cdf1c07
.github/workflows/build.yml
@@ -42,8 +42,8 @@ jobs:
42
- run: brew install bash fish xcbeautify
43
- run: env # Debug
44
- run: ./script/install-dep.sh --all
45
- - run: ./build-debug.sh
46
- - run: ./run-tests.sh
+ # - run: ./build-debug.sh
+ # - run: ./run-tests.sh
47
# "-" means "Sign to run locally". There is no aerospace-codesign-certificate in GH Actions
48
# build-release.sh takes too much time to complete in macos-13.
49
# Running build-release.sh only in macos-15, cuts the build time twice in GH Actions.
0 commit comments