From 94afce82d5fdf6f156cf5c443c4eb68d701ec718 Mon Sep 17 00:00:00 2001 From: McMassiveNZ <12842622+McMassiveNZ@users.noreply.github.com> Date: Wed, 2 Aug 2023 20:43:38 +0200 Subject: [PATCH] Remove unused triplet value --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d91317a..3475a22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,32 +24,26 @@ jobs: include: - os: 'windows-latest' - triplet: x64-windows compiler: llvm build_configuration: Debug - os: 'windows-latest' - triplet: x64-windows compiler: llvm build_configuration: Release - os: 'windows-latest' - triplet: x64-windows compiler: gcc build_configuration: Debug - os: 'windows-latest' - triplet: x64-windows compiler: gcc build_configuration: Release - os: 'windows-latest' - triplet: x64-windows compiler: msvc build_configuration: Debug - os: 'windows-latest' - triplet: x64-windows compiler: msvc build_configuration: Release