Fix Linux build

This commit is contained in:
acidicoala
2025-10-05 16:31:53 +05:00
parent 9f1a5edd5f
commit ef5bc217b0

View File

@@ -88,9 +88,11 @@ jobs:
with:
version: "20.1"
- name: '🛠️ Check Clang version'
- name: '🛠️ Check compiler versions'
if: ${{ matrix.os == 'Linux' }}
run: clang++ --version
run: |
clang++ --version
g++ --version
- name: '📥 Check out repository code'
uses: actions/checkout@v5