Skip to content

Commit 4844d84

Browse files
committed
Set hostname to localhost for building
1 parent d0076d6 commit 4844d84

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cd-wheel.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ jobs:
116116
- id: checkout
117117
uses: actions/checkout@v5
118118

119+
- id: setup-hostname
120+
run: sudo hostname localhost
121+
119122
- id: setup-macOS
120123
if: ${{ runner.os == 'macOS' }}
121124
name: setup-macOS

0 commit comments

Comments
 (0)