Skip to content

Commit

Permalink
ci: add rustic to artifact build
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Sep 11, 2023
1 parent a1dbf0c commit 3e7c8a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,12 @@ jobs:
- name: Set Version
shell: bash
run: echo "PROJECT_VERSION=$(git describe --tags)" >> $GITHUB_ENV

# TODO!: Remove cloning rustic_core when released
- run: |
cd ..
git clone https://github.com/rustic-rs/rustic.git
- name: Cargo build
uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # v1
if: ${{ matrix.job.use-cross == true }}
Expand Down

0 comments on commit 3e7c8a9

Please sign in to comment.