Skip to content

Commit e6359a2

Browse files
committed
add apt-python
1 parent 59e2537 commit e6359a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ jobs:
103103
- name: Downgrade GCC to version 12
104104
run: |
105105
sudo apt-get install -y gcc-12 g++-12
106+
sudo apt-get install -y python3-apt
106107
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 100
107108
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-12 100
108109
gcc --version

0 commit comments

Comments
 (0)