File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,24 +15,12 @@ jobs:
1515 image : ubuntu:24.04
1616
1717 steps :
18- - name : Install Git
19- shell : bash
20- run : |
21- apt-get update -y
22- apt-get install -y --no-install-recommends ca-certificates git
23- update-ca-certificates
24- rm -rf /var/lib/apt/lists/*
25-
26- - name : Checkout repository
27- uses : actions/checkout@v4
28- with :
29- submodules : false
30-
3118 - name : Install base dependencies
3219 shell : bash
3320 run : |
3421 apt-get update -y
35- apt-get install -y --no-install-recommends \
22+ apt-get install -y --no-install-recommends
23+ ca-certificates git \
3624 curl xz-utils jq \
3725 openssh-client \
3826 python3 python3-pip python3-venv python-is-python3 python3-dev \
4331 libglib2.0-dev libglib2.0-dev-bin \
4432 libssl-dev \
4533 zlib1g-dev
34+ update-ca-certificates
4635 rm -rf /var/lib/apt/lists/*
4736
37+ - name : Checkout repository
38+ uses : actions/checkout@v4
39+ with :
40+ submodules : false
41+
4842 - name : Mark repo as safe
4943 shell : bash
5044 run : |
You can’t perform that action at this time.
0 commit comments