Skip to content

Commit 45b5c7e

Browse files
committed
fix: immediately print logs in CI
1 parent 41a8936 commit 45b5c7e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
run: |
1818
sudo xcode-select -s /Applications/Xcode_14.2.app
1919
cp com.apple.dt.Xcode.plist ~/Library/Preferences/
20-
./sign.py
20+
PYTHONUNBUFFERED=1 ./sign.py

.semaphore/semaphore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ blocks:
1717
- nvm install 18
1818
- sudo xcode-select -s /Applications/Xcode-14.2.app
1919
- cp com.apple.dt.Xcode.plist ~/Library/Preferences/
20-
- ./sign.py
20+
- PYTHONUNBUFFERED=1 ./sign.py
2121
secrets:
2222
- name: ios-signer

0 commit comments

Comments
 (0)