We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cb61c2 commit d64399fCopy full SHA for d64399f
.github/workflows/release-pgo.yml
@@ -45,7 +45,8 @@ jobs:
45
components: llvm-tools-preview
46
- run: cargo install cargo-pgo
47
- uses: taiki-e/install-action@just
48
- - run: just pgo '--target ${{ matrix.target }} ${{ matrix.additional_args }}'
+ - uses: oven-sh/setup-bun@v1
49
+ - run: bun run pgo.js '--target ${{ matrix.target }} ${{ matrix.additional_args }}'
50
- name: Upload binaries to release
51
uses: svenstaro/upload-release-action@v1-release
52
with:
0 commit comments