Skip to content

Commit

Permalink
Merge pull request #4 from okaneco/fix-cd
Browse files Browse the repository at this point in the history
Update GH Action CD workflow
  • Loading branch information
okaneco authored Jul 23, 2023
2 parents 6d514b9 + d3a0a79 commit 51fe62b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/rust-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,9 @@ jobs:
binary-postfix: ".exe"

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Cargo build
uses: dtolnay/rust-toolchain@stable
run: cargo build -v --release --target ${{ matrix.platform.target }}
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- run: cargo build -v --release --target ${{ matrix.platform.target }}

- name: Package final binary
shell: bash
Expand Down

0 comments on commit 51fe62b

Please sign in to comment.