Skip to content

Commit 960cc2b

Browse files
committed
fix ci
1 parent 852867e commit 960cc2b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- master
77
workflow_dispatch:
88

9+
env:
10+
OBJC_DISABLE_INITIALIZE_FORK_SAFETY: YES
11+
912
jobs:
1013
deploy:
1114
name: Deploy to GitHub Pages

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ defaults:
99
run:
1010
shell: bash
1111

12+
env:
13+
OBJC_DISABLE_INITIALIZE_FORK_SAFETY: YES
14+
1215
jobs:
1316
fastcore:
1417
strategy:

0 commit comments

Comments
 (0)