Skip to content

Commit 3337239

Browse files
committed
Retry build if it fails
1 parent 3656ddd commit 3337239

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
uses: actions/checkout@v4
3131
- name: Build Docker images
3232
working-directory: swift-ci/sdks/static-linux
33-
run: ./build
33+
# need 2 since the initial checkout sometimes fails
34+
run: ./build || ./build
3435

3536
android-build:
3637
name: Build Android image

0 commit comments

Comments
 (0)