Raymond Toy pushed to branch issue-358-macos-git-cert-error at cmucl / cmucl
Commits:
-
90efb3d5
by Raymond Toy at 2024-10-16T08:56:08-07:00
1 changed file:
Changes:
| ... | ... | @@ -165,6 +165,10 @@ osx:install: |
| 165 | 165 | artifacts:
|
| 166 | 166 | paths:
|
| 167 | 167 | - snapshot/
|
| 168 | + allow_failure: true
|
|
| 169 | + before_script:
|
|
| 170 | + - type -all git
|
|
| 171 | + - git --version
|
|
| 168 | 172 | script:
|
| 169 | 173 | - echo PATH = $PATH
|
| 170 | 174 | - ls -F /usr/local/bin
|