|
@@ -228,7 +228,11 @@ jobs:
|
|
|
# Install project dependencies
|
|
# Install project dependencies
|
|
|
- name: Install project dependencies
|
|
- name: Install project dependencies
|
|
|
run: bundle install
|
|
run: bundle install
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
|
|
+ # Sync the GitHub runner clock with the Windows time server (workaround as suggested in https://github.com/actions/runner/issues/2996)
|
|
|
|
|
+ - name: Sync clock
|
|
|
|
|
+ run: sudo sntp -sS time.windows.com
|
|
|
|
|
+
|
|
|
# Build signed iAPS IPA file
|
|
# Build signed iAPS IPA file
|
|
|
- name: Fastlane Build & Archive
|
|
- name: Fastlane Build & Archive
|
|
|
run: bundle exec fastlane build_iAPS
|
|
run: bundle exec fastlane build_iAPS
|