Skip to content

Commit 341c65a

Browse files
authored
fix: remove manual curl install (#4847)
2 parents 4e59a41 + 62788dc commit 341c65a

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/on-delete-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
container:
1212
image: amazon/aws-cli:latest
1313
steps:
14-
- name: Install jq and curl
14+
- name: Install jq
1515
run: |
1616
yum update -y
17-
yum install -y jq curl
17+
yum install -y jq
1818
1919
- name: Check Deleted and Update Latest
2020
env:

.github/workflows/s3-latest-release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ jobs:
1212
container:
1313
image: amazon/aws-cli:latest
1414
steps:
15-
- name: Install jq and curl
15+
- name: Install jq
1616
run: |
1717
yum update -y
18-
yum install -y jq curl
18+
yum install -y jq
19+
1920
- name: Check if current release is the latest release
2021
id: check_latest
2122
run: |

0 commit comments

Comments
 (0)