File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 5959 startsWith(matrix.artifact-name, 'macOS') && (github.repository_owner == 'wpilibsuite') &&
6060 (startsWith(github.ref, 'refs/heads/') || startsWith(github.ref, 'refs/tags/v'))
6161
62+ - name : Set Keychain Lock Timeout
63+ run : security set-keychain-settings -lut 21600
64+ if : |
65+ startsWith(matrix.artifact-name, 'macOS') && (github.repository_owner == 'wpilibsuite') &&
66+ (startsWith(github.ref, 'refs/heads/') || startsWith(github.ref, 'refs/tags/v'))
67+
6268 - name : Build with Gradle
6369 run : ./gradlew build -PbuildServer -PdeveloperID=${{ secrets.APPLE_DEVELOPER_ID }}
6470 if : ${{ (matrix.arch-override == 'none') && (!github.repository_owner == 'wpilibsuite' || !startsWith(github.ref, 'refs/tags/v')) }}
You can’t perform that action at this time.
0 commit comments