Skip to content

Commit 74d596c

Browse files
authored
ci: fix release workflow (again) (#6272)
1 parent 40aca52 commit 74d596c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
release:
6969
name: ${{ matrix.target }} (${{ matrix.os }})
7070
runs-on: ${{ matrix.os }}
71-
timeout-minutes: 90
71+
timeout-minutes: 240
7272
needs: prepare
7373
strategy:
7474
fail-fast: false
@@ -133,7 +133,7 @@ jobs:
133133
# Windows runs out of RAM when building binaries with LLVM
134134
run: |
135135
flags=()
136-
[[ "${{ matrix.target }}" == *windows* ]] && flags+=(-j2)
136+
[[ "${{ matrix.target }}" == *windows* ]] && flags+=(-j1)
137137
cargo build --release --bins --target ${{ matrix.target }} "${flags[@]}"
138138
139139
- name: Archive binaries

0 commit comments

Comments
 (0)