Skip to content

Commit

Permalink
Removes unused cargo net git cli env flag
Browse files Browse the repository at this point in the history
  • Loading branch information
howardwu committed Jan 29, 2021
1 parent 38a6a06 commit fa49031
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
- name: Build snarkOS
run: |
cargo build --all --release && strip target/release/snarkos
env:
CARGO_NET_GIT_FETCH_WITH_CLI: true
- id: get_version
uses: battila7/get-version-action@v2
Expand Down Expand Up @@ -68,8 +66,6 @@ jobs:
- name: Build snarkOS
run: |
cargo build --all --release && strip target/release/snarkos
env:
CARGO_NET_GIT_FETCH_WITH_CLI: true
- id: get_version
uses: battila7/get-version-action@v2
Expand Down Expand Up @@ -111,8 +107,6 @@ jobs:
- name: Build snarkOS
run: |
cargo build --all --release
env:
CARGO_NET_GIT_FETCH_WITH_CLI: true
- id: get_version
uses: battila7/get-version-action@v2
Expand Down

0 comments on commit fa49031

Please sign in to comment.