File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -274,27 +274,27 @@ jobs:
274
274
crate : cargo-make
275
275
version : latest
276
276
277
- - name : Get Diplomat version
278
- id : diplomat-version
279
- run : |
280
- echo "::set-output name=rev::$(cargo make diplomat-get-rev --loglevel error | tr -d '[:space:]')"
281
- shell : bash
282
- - name : Attempt to load cached Diplomat
283
- uses : actions/cache@v2
284
- id : diplomat-cache
285
- with :
286
- path : |
287
- ~/.cargo/bin/diplomat-tool
288
- ~/.cargo/bin/diplomat-tool.exe
289
- key : ${{ runner.os }}-${{ steps.diplomat-version.outputs.rev }}
277
+ - name : Get Diplomat version
278
+ id : diplomat-version
279
+ run : |
280
+ echo "::set-output name=rev::$(cargo make diplomat-get-rev --loglevel error | tr -d '[:space:]')"
281
+ shell : bash
282
+ - name : Attempt to load cached Diplomat
283
+ uses : actions/cache@v2
284
+ id : diplomat-cache
285
+ with :
286
+ path : |
287
+ ~/.cargo/bin/diplomat-tool
288
+ ~/.cargo/bin/diplomat-tool.exe
289
+ key : ${{ runner.os }}-${{ steps.diplomat-version.outputs.rev }}
290
290
291
- - name : Install Diplomat
292
- if : steps.diplomat-cache.outputs.cache-hit != 'true'
293
- uses :
actions-rs/[email protected]
294
- with :
295
- command : install
296
- # Keep this in sync with ffi/capi/Cargo.toml
297
- args : --git https://github.com/rust-diplomat/diplomat.git --rev ${{ steps.diplomat-version.outputs.rev }} diplomat-tool
291
+ - name : Install Diplomat
292
+ if : steps.diplomat-cache.outputs.cache-hit != 'true'
293
+ uses :
actions-rs/[email protected]
294
+ with :
295
+ command : install
296
+ # Keep this in sync with ffi/capi/Cargo.toml
297
+ args : --git https://github.com/rust-diplomat/diplomat.git --rev ${{ steps.diplomat-version.outputs.rev }} diplomat-tool
298
298
299
299
- name : Build
300
300
uses :
actions-rs/[email protected]
You can’t perform that action at this time.
0 commit comments