File tree 1 file changed +1
-9
lines changed
1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 22
22
env :
23
23
id : ${{ github.event.pull_request.number || github.ref }}-${{ github.event.pull_request.head.sha || github.sha }}-${{ inputs.chip }}-${{ inputs.type }}
24
24
container :
25
- image : python:3.12.4-bullseye
25
+ image : python:3.12.4-bookworm
26
26
options : --privileged
27
27
steps :
28
28
- name : Check if already passed
51
51
- name : Update git submodules
52
52
if : ${{ steps.check-tests.outputs.enabled == 'true' }}
53
53
run : |
54
- mkdir -p /var/run/dbus
55
- export RUNLEVEL=1
56
- printf '#!/bin/sh\nexit 0' > /usr/sbin/policy-rc.d
57
- apt update
58
- apt install -y software-properties-common
59
- apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A1715D88E1DF1F24
60
- gpg --export A1715D88E1DF1F24 | apt-key add -
61
- add-apt-repository -y ppa:git-core/ppa
62
54
apt update
63
55
apt install -y git
64
56
git --version
You can’t perform that action at this time.
0 commit comments