Remove unused triplet variable
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -24,32 +24,26 @@ jobs:
|
|||||||
|
|
||||||
include:
|
include:
|
||||||
- os: 'windows-latest'
|
- os: 'windows-latest'
|
||||||
triplet: x64-windows
|
|
||||||
compiler: llvm
|
compiler: llvm
|
||||||
build_configuration: Debug
|
build_configuration: Debug
|
||||||
|
|
||||||
- os: 'windows-latest'
|
- os: 'windows-latest'
|
||||||
triplet: x64-windows
|
|
||||||
compiler: llvm
|
compiler: llvm
|
||||||
build_configuration: Release
|
build_configuration: Release
|
||||||
|
|
||||||
- os: 'windows-latest'
|
- os: 'windows-latest'
|
||||||
triplet: x64-windows
|
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
build_configuration: Debug
|
build_configuration: Debug
|
||||||
|
|
||||||
- os: 'windows-latest'
|
- os: 'windows-latest'
|
||||||
triplet: x64-windows
|
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
build_configuration: Release
|
build_configuration: Release
|
||||||
|
|
||||||
- os: 'windows-latest'
|
- os: 'windows-latest'
|
||||||
triplet: x64-windows
|
|
||||||
compiler: msvc
|
compiler: msvc
|
||||||
build_configuration: Debug
|
build_configuration: Debug
|
||||||
|
|
||||||
- os: 'windows-latest'
|
- os: 'windows-latest'
|
||||||
triplet: x64-windows
|
|
||||||
compiler: msvc
|
compiler: msvc
|
||||||
build_configuration: Release
|
build_configuration: Release
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user