Skip to content

Commit e1ad6db

Browse files
committed
No network
1 parent 02db7eb commit e1ad6db

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ jobs:
119119
name: Run build (armv7 linux)
120120
with:
121121
args: sh .github/scripts/build.sh
122-
network: host
123122
env:
124123
ARTIFACT: ${{ matrix.ARTIFACT }}
125124
ARCH: ${{ matrix.ARCH }}
@@ -135,7 +134,6 @@ jobs:
135134
name: Run build (aarch64 linux)
136135
with:
137136
args: sh -c ".github/scripts/build.sh '--ghc-options=-split-sections' '--enable-executable-static'"
138-
network: host
139137
env:
140138
ARTIFACT: ${{ matrix.ARTIFACT }}
141139
ARCH: ${{ matrix.ARCH }}

0 commit comments

Comments
 (0)