File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 target :
66 description : Rust compilation target triple
77 required : true
8+ cache :
9+ description : Use shared cargo cache (set to 'false' for release builds)
10+ required : false
11+ default : ' true'
812
913runs :
1014 using : composite
1519 components : rustfmt, clippy
1620 - shell : bash
1721 run : rustup target add ${{ inputs.target }}
18- - uses : Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
22+ - if : inputs.cache == 'true'
23+ uses : Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
1924 - uses : extractions/setup-just@53165ef7e734c5c07cb06b3c8e7b647c5aa16db3 # v4.0.0
2025 with :
2126 just-version : 1.35.0
Original file line number Diff line number Diff line change 2525 steps :
2626 - name : Checkout
2727 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
28- - name : Install node
29- uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
30- with :
31- node-version : 24
32- registry-url : " https://registry.npmjs.org"
33- - name : Install pnpm
34- run : npm install -g pnpm@11.1.2
3528 - name : Set up Rust build
3629 uses : ./.github/actions/setup-rust-build
3730 with :
Original file line number Diff line number Diff line change 3535 uses : ./.github/actions/setup-rust-build
3636 with :
3737 target : ${{ matrix.build.TARGET }}
38+ cache : " false"
3839 - name : Build Rust binary
3940 uses : ./.github/actions/build-rust-binary
4041 with :
Original file line number Diff line number Diff line change 3232 uses : ./.github/actions/setup-rust-build
3333 with :
3434 target : ${{ matrix.build.TARGET }}
35+ cache : " false"
3536 - name : Build Rust binary
3637 uses : ./.github/actions/build-rust-binary
3738 with :
Original file line number Diff line number Diff line change 7272 " yarn"
7373 ],
7474 "license" : " MIT" ,
75- "packageManager" : " pnpm@11.1.2 " ,
75+ "packageManager" : " pnpm@10.33.4 " ,
7676 "repository" : {
7777 "type" : " git" ,
7878 "url" : " git+https://github.com/JamieMason/syncpack.git"
You can’t perform that action at this time.
0 commit comments