mirror of
https://github.com/guezoloic/LearnOpenGL.git
synced 2026-01-25 07:34:16 +00:00
chore: remove linux test
This commit is contained in:
9
.github/workflows/cmake-multi-platform.yml
vendored
9
.github/workflows/cmake-multi-platform.yml
vendored
@@ -31,7 +31,6 @@ jobs:
|
|||||||
cpp_compiler: clang++
|
cpp_compiler: clang++
|
||||||
build_type: Release
|
build_type: Release
|
||||||
name: macOS Clang arm64
|
name: macOS Clang arm64
|
||||||
|
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
arch: x86_64
|
arch: x86_64
|
||||||
c_compiler: cl
|
c_compiler: cl
|
||||||
@@ -39,14 +38,6 @@ jobs:
|
|||||||
vs_arch: x64
|
vs_arch: x64
|
||||||
build_type: Release
|
build_type: Release
|
||||||
name: Windows MSVC x64
|
name: Windows MSVC x64
|
||||||
|
|
||||||
- os: ubuntu-latest
|
|
||||||
arch: x86_64
|
|
||||||
c_compiler: gcc
|
|
||||||
cpp_compiler: g++
|
|
||||||
build_type: Release
|
|
||||||
name: Linux GCC x86_64
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user