We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b508614 commit 730709cCopy full SHA for 730709c
.github/workflows/tests_hw.yml
@@ -48,11 +48,11 @@ jobs:
48
- name: Update git submodules
49
if: ${{ steps.check-tests.outputs.enabled == 'true' }}
50
run: |
51
- apt-get install -y software-properties-common \
52
- && apt-get update \
53
- && add-apt-repository -y ppa:git-core/ppa \
54
55
- && apt-get install -y git
+ apt update
+ apt install -y software-properties-common
+ add-apt-repository -y ppa:git-core/ppa
+ apt install -y git
56
git --version
57
58
- name: Checkout user repository
@@ -80,6 +80,7 @@ jobs:
80
81
pip install -U pip
82
pip install -r tests/requirements.txt --extra-index-url https://dl.espressif.com/pypi
83
84
apt install -y jq
85
86
- name: Get binaries
0 commit comments