Migrate CI to use Fedora #4

Merged
erki merged 2 commits from feature/migrate_ci_to_fedora into master 2024-02-07 07:27:51 +00:00
Showing only changes of commit f95d8026ba - Show all commits

View File

@ -24,16 +24,10 @@ jobs:
working-directory: ${{runner.workspace}}/build
run: ctest . --output-on-failure
Docs:
runs-on: ubuntu-latest
runs-on: fedora-cpp
steps:
- uses: actions/checkout@v3
- name: Prepare environment
run: |
apt update
apt install -y --no-install-recommends build-essential cmake ninja-build doxygen python3-sphinx python3 python3-pip
pip3 install breathe
- name: Configure build
working-directory: ${{runner.workspace}}
run: |