mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2025-12-05 21:15:39 -05:00
Fix Linux build
This commit is contained in:
6
.github/workflows/kb-build.yml
vendored
6
.github/workflows/kb-build.yml
vendored
@@ -88,9 +88,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
version: "20.1"
|
version: "20.1"
|
||||||
|
|
||||||
- name: '🛠️ Check Clang version'
|
- name: '🛠️ Check compiler versions'
|
||||||
if: ${{ matrix.os == 'Linux' }}
|
if: ${{ matrix.os == 'Linux' }}
|
||||||
run: clang++ --version
|
run: |
|
||||||
|
clang++ --version
|
||||||
|
g++ --version
|
||||||
|
|
||||||
- name: '📥 Check out repository code'
|
- name: '📥 Check out repository code'
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
|
|||||||
Reference in New Issue
Block a user