File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 3939 - name : Update OS packages
4040 run : |
4141 set -ux
42+ sed -i 's/Components: main/Components: main contrib/' /etc/apt/sources.list.d/debian.sources
4243 apt update
4344 apt -y upgrade
4445 apt -y full-upgrade
46+ apt-get install --no-install-recommends -y \
47+ gawk wget git diffstat unzip texinfo \
48+ gcc build-essential chrpath socat cpio python3 python3-pip python3-pexpect \
49+ xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa \
50+ pylint xterm python3-subunit mesa-common-dev zstd liblz4-tool repo
4551
4652 - uses : actions/checkout@v4
4753 with :
5763
5864 - name : Setup workspace
5965 run : |
60- # install repo
61- sudo sed -i 's/Components: main/Components: main contrib/' /etc/apt/sources.list.d/debian.sources
62- sudo apt update && sudo apt install repo
6366 mkdir QLI
6467 cd QLI
6568 repo init -u ${MANIFEST_URL} -b ${MANIFEST_BRANCH} -m ${MANIFEST_FILE}
You can’t perform that action at this time.
0 commit comments