We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c89dd12 commit 397ff0eCopy full SHA for 397ff0e
1 file changed
.github/workflows/test-ubuntu-arm-image.yaml
@@ -13,16 +13,15 @@ jobs:
13
runs-on: ubuntu-24.04-arm
14
container:
15
image: ubuntu:24.04
16
- env:
17
- GIT_DISCOVERY_ACROSS_FILESYSTEM: "1"
18
- DEBIAN_FRONTEND: noninteractive
19
20
steps:
21
- name: Install Git
22
shell: bash
23
run: |
24
apt-get update -y
25
- apt-get install -y --no-install-recommends git
+ apt-get install -y --no-install-recommends ca-certificates git
+ update-ca-certificates
+ rm -rf /var/lib/apt/lists/*
26
27
- name: Checkout repository
28
uses: actions/checkout@v4
@@ -34,7 +33,7 @@ jobs:
34
33
35
36
apt-get install -y --no-install-recommends \
37
- ca-certificates curl xz-utils jq \
+ curl xz-utils jq \
38
openssh-client \
39
python3 python3-pip python3-venv python-is-python3 python3-dev \
40
build-essential pkg-config \
0 commit comments