Skip to content

Commit d702f21

Browse files
committed
restore build_pgo for mac
1 parent 70dd031 commit d702f21

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,8 @@ jobs:
186186
- name: Build release binary (macOS)
187187
if: matrix.build == 'macos-x86' || matrix.build == 'macos-aarch64'
188188
run: |
189-
cargo build --target ${{ matrix.target }} --release --features fast-alloc
189+
export TARGET=${{ matrix.target }}
190+
./build_pgo.sh
190191
env:
191192
HOME: ${{ github.workspace }}
192193

0 commit comments

Comments
 (0)