Skip to content

Commit 5232b30

Browse files
committed
test
1 parent 19fb573 commit 5232b30

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/tests_hw.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,11 @@ jobs:
4848
- name: Update git submodules
4949
if: ${{ steps.check-tests.outputs.enabled == 'true' }}
5050
run: |
51-
apt update
52-
apt install -y git
51+
sudo apt-get install -y software-properties-common \
52+
&& apt-get update \
53+
&& add-apt-repository -y ppa:git-core/ppa \
54+
&& apt-get update \
55+
&& apt-get install -y git
5356
git --version
5457
5558
- name: Checkout user repository

0 commit comments

Comments
 (0)