Skip to content

Commit bf80e0b

Browse files
committed
Update build.yaml to install Python dependencies and include tricore-softmmu in target list
1 parent 73b327f commit bf80e0b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111
uses: actions/setup-python@v4
1212
with:
1313
python-version: '3.x'
14+
- name: Install Python dependencies
15+
run: |
16+
pip install --upgrade pip
17+
pip install distlib setuptools wheel
1418
- name: Install deps
1519
run: |
1620
sudo apt-get -y update
@@ -32,5 +36,5 @@ jobs:
3236
cd qemu
3337
mkdir build
3438
cd build
35-
../configure --enable-plugins --target-list=sparc-linux-user,sparc64-linux-user
39+
../configure --enable-plugins --target-list=sparc-linux-user,sparc64-linux-user,tricore-softmmu
3640
ninja

0 commit comments

Comments
 (0)