Skip to content

Commit

Permalink
Update GH Action CD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
okaneco committed Jul 23, 2023
1 parent 6d514b9 commit d3a0a79
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 d3a0a79

Please sign in to comment.