This commit is contained in:
2025-12-26 11:25:37 +05:30
parent cdf85006ec
commit 4167e5d55f
3 changed files with 309 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install OpenSSL v3 (System)
run: sudo dnf update && sudo dnf install -y libssl-dev
run: sudo dnf install -y openssl-devel
- name: Configure
run: cmake --preset ${{ matrix.target }}