Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
install git in artifact release
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberHoward committed Mar 23, 2023
1 parent a0f4073 commit f0c6a58
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
rust-version: stable
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Install Git
run: |
apt-get update
apt-get install -y git
- name: Generate Cargo.lock
run: |
cargo fetch --verbose
Expand Down

0 comments on commit f0c6a58

Please sign in to comment.