Skip to content

Commit

Permalink
remove curl
Browse files Browse the repository at this point in the history
  • Loading branch information
alonre24 committed Oct 25, 2023
1 parent 168f0bc commit eec099f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/common-flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
container: ${{ matrix.os }}
os-nickname: ${{ matrix.osnick }}
deploy: ${{ inputs.deploy }}
dependencies_command: 'yum install make gcc tar gzip curl python3 python3-devel zip -y'
dependencies_command: 'yum install make gcc tar gzip python3 python3-devel zip -y'

yum-flavors-arm:
strategy:
Expand Down

0 comments on commit eec099f

Please sign in to comment.