Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 61c0a30

Browse files
committedJul 23, 2024··
test
1 parent 099ae92 commit 61c0a30

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed
 

‎.github/workflows/tests_hw.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
env:
2323
id: ${{ github.event.pull_request.number || github.ref }}-${{ github.event.pull_request.head.sha || github.sha }}-${{ inputs.chip }}-${{ inputs.type }}
2424
container:
25-
image: python:3.12.4-bullseye
25+
image: python:3.12.4-bookworm
2626
options: --privileged
2727
steps:
2828
- name: Check if already passed
@@ -51,14 +51,6 @@ jobs:
5151
- name: Update git submodules
5252
if: ${{ steps.check-tests.outputs.enabled == 'true' }}
5353
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
6254
apt update
6355
apt install -y git
6456
git --version

0 commit comments

Comments
 (0)
Please sign in to comment.