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.
1 parent f448a48 commit d01e14fCopy full SHA for d01e14f
.github/workflows/build.yml
@@ -31,12 +31,21 @@ jobs:
31
bsp: base
32
runs-on: [self-hosted, qcom-u2404, amd64-dev]
33
container:
34
- image: ghcr.io/siemens/kas/kas
+ image: debian:trixie
35
volumes:
36
- /efs/qli/meta-qcom-3rdparty:/cache
37
options: --privileged
38
steps:
39
+ - name: Update OS packages
40
+ run: |
41
+ set -ux
42
+ apt update
43
+ apt -y upgrade
44
+ apt -y full-upgrade
45
+
46
- uses: actions/checkout@v4
47
+ with:
48
+ fetch-depth: 0
49
50
- name: Get manifest file
51
run: |
0 commit comments