We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 217cbc5 + 85a2042 commit a358cc0Copy full SHA for a358cc0
.github/workflows/continuous-integration.yml
@@ -26,7 +26,9 @@ jobs:
26
fetch-depth: 0
27
28
- name: Install Dependencies
29
- run: sudo xargs apt-get install -y < .github/workflows/apt-packages.txt
+ run: |
30
+ sudo apt-get update
31
+ sudo xargs apt-get install -y < .github/workflows/apt-packages.txt
32
33
- run: |
34
for commit in $(git rev-list origin/master..HEAD | tac); do
.github/workflows/debug-smoke.yml
@@ -19,6 +19,7 @@ jobs:
19
20
21
run: |
22
23
sudo xargs apt-get install -y < .github/workflows/apt-packages.txt
24
25
- name: Download OpenOCD
0 commit comments