Skip to content

Commit

Permalink
install curl
Browse files Browse the repository at this point in the history
  • Loading branch information
hicksjacobp committed Apr 26, 2024
1 parent c96392e commit 5c0e940
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,9 @@ jobs:
steps:
- name: "Update git"
run: |
apt update -y
apt install -y software-properties-common
add-apt-repository ppa:git-core/ppa -y
apt-get update
apt-get install git -y
apt-get install curl -y
- uses: actions/[email protected]
with:
sparse-checkout-cone-mode: true
Expand All @@ -56,11 +54,9 @@ jobs:
steps:
- name: "Update git"
run: |
apt update -y
apt install -y software-properties-common
add-apt-repository ppa:git-core/ppa -y
apt-get update
apt-get install git -y
apt-get install curl -y
- uses: actions/[email protected]
with:
sparse-checkout-cone-mode: true
Expand Down

0 comments on commit 5c0e940

Please sign in to comment.