Skip to content

Commit b33dc64

Browse files
committed
indent
1 parent 0d6be05 commit b33dc64

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

.github/workflows/build-test.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -274,27 +274,27 @@ jobs:
274274
crate: cargo-make
275275
version: latest
276276

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 }}
290290

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
298298

299299
- name: Build
300300
uses: actions-rs/[email protected]

0 commit comments

Comments
 (0)