Merge branch 'JohanDegraeve:master' into librelink-follower

This commit is contained in:
Paul Plant 2023-12-18 18:19:16 +01:00 committed by GitHub
commit 9ab18939b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 1 deletions

View File

@ -30,6 +30,10 @@ jobs:
- name: Install Project Dependencies
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
# Create or update identifiers for app
- name: Fastlane Provision
run: bundle exec fastlane identifiers

View File

@ -224,8 +224,12 @@ jobs:
run: find /usr/local/lib/ruby/gems -name table_printer.rb | xargs sed -i "" "/puts(Terminal::Table.new(params))/d"
# Install project dependencies
- name: Install project dependencies
- name: Install Project Dependencies
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 Xdrip4iOS IPA file
- name: Fastlane Build & Archive

View File

@ -30,6 +30,10 @@ jobs:
- name: Install Project Dependencies
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
# Create or update certificates for app
- name: Create Certificates
run: bundle exec fastlane certs

View File

@ -127,6 +127,10 @@ jobs:
- name: Install Project Dependencies
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
- name: Validate Fastlane Secrets
run: |