Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FormerLurker/ArcWelderLib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ccpp.yml')
-rw-r--r--.github/workflows/ccpp.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml
index 08d6e47..41a44f5 100644
--- a/.github/workflows/ccpp.yml
+++ b/.github/workflows/ccpp.yml
@@ -24,13 +24,13 @@ jobs:
cc: "cl", cxx: "cl",
environment_script: "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars64.bat"
}
- - {
- name: "Windows Latest MinGW",
- artifact_tar: "Windows-MinGW.tar.xz",
- artifact_zip: "Windows-MinGW.zip",
- os: windows-latest,
- cc: "gcc", cxx: "g++"
- }
+ #- {
+ # name: "Windows Latest MinGW",
+ # artifact_tar: "Windows-MinGW.tar.xz",
+ # artifact_zip: "Windows-MinGW.zip",
+ # os: windows-latest,
+ # cc: "gcc", cxx: "g++"
+ # }
- {
name: "Ubuntu Latest GCC",
artifact_tar: "Linux.tar.xz",