Fix CI script using GCC over Clang

This commit is contained in:
kayomn 2023-02-20 02:37:58 +01:00
parent 42b2887da1
commit a5bacf4b14

@ -5,5 +5,5 @@ steps:
- name: build & test - name: build & test
image: ubuntu:jammy image: ubuntu:jammy
commands: commands:
- apt update && apt install -y gcc python3.10 - apt update && apt install -y clang python3.10
- python3.10 ./build.py - python3.10 ./build.py