Skip to content

Commit 51fe62b

Browse files
authored
Merge pull request #4 from okaneco/fix-cd
Update GH Action CD workflow
2 parents 6d514b9 + d3a0a79 commit 51fe62b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/rust-cd.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,9 @@ jobs:
2929
binary-postfix: ".exe"
3030

3131
steps:
32-
- name: Checkout repository
33-
uses: actions/checkout@v3
34-
35-
- name: Cargo build
36-
uses: dtolnay/rust-toolchain@stable
37-
run: cargo build -v --release --target ${{ matrix.platform.target }}
32+
- uses: actions/checkout@v3
33+
- uses: dtolnay/rust-toolchain@stable
34+
- run: cargo build -v --release --target ${{ matrix.platform.target }}
3835

3936
- name: Package final binary
4037
shell: bash

0 commit comments

Comments
 (0)