[WORKFLOW]: CI

This commit is contained in:
2025-12-26 03:07:15 +05:30
parent 29de059e19
commit cdf85006ec
3 changed files with 4 additions and 2 deletions

View File

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