We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 730709c commit 575bd40Copy full SHA for 575bd40
.github/workflows/tests_hw.yml
@@ -48,6 +48,7 @@ jobs:
48
- name: Update git submodules
49
if: ${{ steps.check-tests.outputs.enabled == 'true' }}
50
run: |
51
+ mkdir -p /var/run/dbus
52
apt update
53
apt install -y software-properties-common
54
add-apt-repository -y ppa:git-core/ppa
0 commit comments