Skip to content

Commit d07dca1

Browse files
committed
fixup! Add GitHub Actions CI
1 parent 193ce74 commit d07dca1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/check-dtschema.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
tags:
99
- v*-sdm660
1010
jobs:
11-
dbts-check:
11+
dtbs-check:
1212
runs-on: ubuntu-24.04
1313
steps:
1414
- name: Checkout
@@ -21,6 +21,9 @@ jobs:
2121
with:
2222
files: |
2323
**.yaml
24+
- name: Update package lists
25+
run: |
26+
sudo apt update
2427
- name: Install dependencies
2528
run: |
2629
sudo apt install -yqq bison build-essential device-tree-compiler flex gcc-aarch64-linux-gnu python3 python3-dev python3-venv swig

0 commit comments

Comments
 (0)