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 64269fc508 - Show all commits

View File

@ -4,15 +4,10 @@ on: [push, pull_request]
jobs: jobs:
Unit-Tests: Unit-Tests:
runs-on: ubuntu-latest runs-on: fedora-cpp
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Prepare environment
run: |
apt update
apt install -y --no-install-recommends build-essential cmake ninja-build
- name: Configure build - name: Configure build
working-directory: ${{runner.workspace}} working-directory: ${{runner.workspace}}
run: | run: |