Skip to content

Commit 730709c

Browse files
committed
test
1 parent b508614 commit 730709c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/tests_hw.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ jobs:
4848
- name: Update git submodules
4949
if: ${{ steps.check-tests.outputs.enabled == 'true' }}
5050
run: |
51-
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
51+
apt update
52+
apt install -y software-properties-common
53+
add-apt-repository -y ppa:git-core/ppa
54+
apt update
55+
apt install -y git
5656
git --version
5757
5858
- name: Checkout user repository
@@ -80,6 +80,7 @@ jobs:
8080
run: |
8181
pip install -U pip
8282
pip install -r tests/requirements.txt --extra-index-url https://dl.espressif.com/pypi
83+
apt update
8384
apt install -y jq
8485
8586
- name: Get binaries

0 commit comments

Comments
 (0)