Browse Source

ci: update apt repo

pull/2127/head
Alexander Romanov 5 months ago
parent
commit
85a2042099
  1. 4
      .github/workflows/continuous-integration.yml
  2. 1
      .github/workflows/debug-smoke.yml

4
.github/workflows/continuous-integration.yml

@ -26,7 +26,9 @@ jobs:
fetch-depth: 0
- name: Install Dependencies
run: sudo xargs apt-get install -y < .github/workflows/apt-packages.txt
run: |
sudo apt-get update
sudo xargs apt-get install -y < .github/workflows/apt-packages.txt
- run: |
for commit in $(git rev-list origin/master..HEAD | tac); do

1
.github/workflows/debug-smoke.yml

@ -19,6 +19,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt-get update
sudo xargs apt-get install -y < .github/workflows/apt-packages.txt
- name: Download OpenOCD

Loading…
Cancel
Save