We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 578be2e commit 65f47d1Copy full SHA for 65f47d1
1 file changed
.github/workflows/publish.yml
@@ -32,6 +32,8 @@ jobs:
32
target/
33
key: cargo-benchmark-${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }}
34
- uses: oven-sh/setup-bun@v2
35
+ with:
36
+ bun-version: '1.3.9'
37
name: Install bun
38
39
- name: Cache bun dependencies
@@ -76,6 +78,8 @@ jobs:
76
78
key: cargo-publish-${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }}
77
79
80
81
82
83
84
85
0 commit comments