Skip to content

Commit 40d9adc

Browse files
committed
Add timeout
1 parent ec7b786 commit 40d9adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
setupCl: ./scripts/SetupClWindows.ps1
4848

4949
runs-on: ${{ matrix.os }}
50+
timeout-minutes: 60
5051
defaults:
5152
run:
5253
shell: ${{ matrix.shell }}
@@ -79,7 +80,6 @@ jobs:
7980
${{ matrix.buildPackage }} notarizeDmg \
8081
-Pcompose.desktop.mac.sign=true \
8182
-Pcompose.desktop.mac.signing.identity=${{ secrets.APPLE_IDENTITY }} \
82-
-Pcompose.desktop.mac.signing.keychain=build.keychain \
8383
-Pcompose.desktop.mac.notarization.appleID=${{ secrets.APPLE_ID }} \
8484
-Pcompose.desktop.mac.notarization.password=${{ secrets.APPLE_PASSWORD }}
8585

0 commit comments

Comments
 (0)