This commit is contained in:
Cameron Clough
2024-06-20 01:13:49 +01:00
parent 05d0eca53b
commit 62613cc827
+5 -4
View File
@@ -18,11 +18,12 @@ jobs:
- uses: actions/checkout@v4
with:
filter: blob:none
- name: checkout submodule ref
run: git submodule update --init --filter blob:none agnos-kernel-sdm845
- id: kernel-submodule
run: echo "ref=$(git ls-tree HEAD | awk '$4 == "agnos-kernel-sdm845"' | awk '{print $3}')" >> "$GITHUB_OUTPUT"
- name: checkout kernel submodule
id: kernel-submodule
run: |
git submodule update --init --filter blob:none agnos-kernel-sdm845
echo "ref=$(git ls-tree HEAD | awk '$4 == "agnos-kernel-sdm845"' | awk '{print $3}')" >> "$GITHUB_OUTPUT"
- uses: actions/cache/restore@v4
id: restore-cache