Browse Source

Merge pull request #2127 from riscv-software-src/arrv-sc/apt-update

ci: update apt repo
pull/2130/head
Andrew Waterman 5 months ago
committed by GitHub
parent
commit
a358cc09b7
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  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