Gitea actions #2

Merged
erki merged 16 commits from feature/gitea_actions into master 2023-05-15 20:55:22 +00:00
Showing only changes of commit a5d751893c - Show all commits

View File

@ -10,7 +10,7 @@ jobs:
- name: Prepare environment - name: Prepare environment
run: | run: |
sudo apt install -y --no-install-recommends build-essential cmake ninja-build python3 python3-pip apt install -y --no-install-recommends build-essential cmake ninja-build python3 python3-pip
pip3 install --user --upgrade conan==1.42.1 pip3 install --user --upgrade conan==1.42.1
conan profile new default --detect conan profile new default --detect
conan profile update settings.compiler.libcxx=libstdc++11 default conan profile update settings.compiler.libcxx=libstdc++11 default