Meta: Ensure availability of python

This commit is contained in:
Ben Wiederhake 2020-11-07 18:49:33 +01:00 committed by Andreas Kling
parent 5c2e8b6189
commit 90f55e607d
Notes: sideshowbarker 2024-07-19 01:25:08 +09:00

View file

@ -33,7 +33,7 @@ jobs:
- name: Use GCC 10 instead
run: sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 60 --slave /usr/bin/g++ g++ /usr/bin/g++-10
- name: Check versions
run: set +e; g++ --version; g++-10 --version; clang-format --version; clang-format-10 --version
run: set +e; g++ --version; g++-10 --version; clang-format --version; clang-format-10 --version; python --version; python3 --version
# === PREPARE FOR BUILDING ===