Skip to content

Commit d64399f

Browse files
committed
bun
1 parent 0cb61c2 commit d64399f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-pgo.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ jobs:
4545
components: llvm-tools-preview
4646
- run: cargo install cargo-pgo
4747
- uses: taiki-e/install-action@just
48-
- run: just pgo '--target ${{ matrix.target }} ${{ matrix.additional_args }}'
48+
- uses: oven-sh/setup-bun@v1
49+
- run: bun run pgo.js '--target ${{ matrix.target }} ${{ matrix.additional_args }}'
4950
- name: Upload binaries to release
5051
uses: svenstaro/upload-release-action@v1-release
5152
with:

0 commit comments

Comments
 (0)