Skip to content

Commit

Permalink
Merge pull request #53 from okaneco/cd-fix
Browse files Browse the repository at this point in the history
Update GH Action CD workflow
  • Loading branch information
okaneco committed Jul 23, 2023
2 parents 974ca58 + 45a313f commit 3068455
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 3068455

Please sign in to comment.