diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index 3d56be256..c924d751f 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -67,7 +67,7 @@ jobs: # Build the engine - name: Build Nazara - run: xmake + run: xmake -v # Install the result files - name: Install Nazara diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index fb7bd6fbd..86ccbdaf4 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -59,7 +59,7 @@ jobs: # Build the engine - name: Build Nazara - run: xmake.exe + run: xmake.exe -v # Install the result files - name: Install Nazara