Skip to content

Commit bf1bfd9

Browse files
Cleaned CI 8
1 parent 397ff0e commit bf1bfd9

1 file changed

Lines changed: 8 additions & 14 deletions

File tree

.github/workflows/test-ubuntu-arm-image.yaml

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff 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 \
@@ -43,8 +31,14 @@ jobs:
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: |

0 commit comments

Comments
 (0)