mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Cleanup.
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -105,7 +105,7 @@ jobs:
|
||||
{ config: debug, binsuffix: Debug },
|
||||
{ config: release, binsuffix: Release },
|
||||
]
|
||||
name: linux-${{ matrix.config }}64
|
||||
name: linux-gcc-${{ matrix.config }}64
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Checkout bgfx
|
||||
@@ -126,7 +126,7 @@ jobs:
|
||||
run: |
|
||||
sudo apt install libgl-dev
|
||||
cd bgfx
|
||||
make -j$(nproc) linux-${{ matrix.config }}64
|
||||
make -j$(nproc) linux-gcc-${{ matrix.config }}64
|
||||
- name: Check
|
||||
run: |
|
||||
cd bgfx
|
||||
|
||||
Reference in New Issue
Block a user