Skip to content

Commit

Permalink
No network
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Jan 1, 2025
1 parent 02db7eb commit e1ad6db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ jobs:
name: Run build (armv7 linux)
with:
args: sh .github/scripts/build.sh
network: host
env:
ARTIFACT: ${{ matrix.ARTIFACT }}
ARCH: ${{ matrix.ARCH }}
Expand All @@ -135,7 +134,6 @@ jobs:
name: Run build (aarch64 linux)
with:
args: sh -c ".github/scripts/build.sh '--ghc-options=-split-sections' '--enable-executable-static'"
network: host
env:
ARTIFACT: ${{ matrix.ARTIFACT }}
ARCH: ${{ matrix.ARCH }}
Expand Down

0 comments on commit e1ad6db

Please sign in to comment.