Skip to content

Commit 397ff0e

Browse files
Cleaned CI 7
1 parent c89dd12 commit 397ff0e

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,15 @@ jobs:
1313
runs-on: ubuntu-24.04-arm
1414
container:
1515
image: ubuntu:24.04
16-
env:
17-
GIT_DISCOVERY_ACROSS_FILESYSTEM: "1"
18-
DEBIAN_FRONTEND: noninteractive
1916

2017
steps:
2118
- name: Install Git
2219
shell: bash
2320
run: |
2421
apt-get update -y
25-
apt-get install -y --no-install-recommends git
22+
apt-get install -y --no-install-recommends ca-certificates git
23+
update-ca-certificates
24+
rm -rf /var/lib/apt/lists/*
2625
2726
- name: Checkout repository
2827
uses: actions/checkout@v4
@@ -34,7 +33,7 @@ jobs:
3433
run: |
3534
apt-get update -y
3635
apt-get install -y --no-install-recommends \
37-
ca-certificates curl xz-utils jq \
36+
curl xz-utils jq \
3837
openssh-client \
3938
python3 python3-pip python3-venv python-is-python3 python3-dev \
4039
build-essential pkg-config \

0 commit comments

Comments
 (0)