From 8cc355929573bd860ad402d464546807910810b3 Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Mon, 6 Mar 2023 18:38:14 -0800 Subject: [PATCH] Remove extra linux-editor --- .github/workflows/vsk_builds.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/vsk_builds.yml b/.github/workflows/vsk_builds.yml index c04214e..d4c8be3 100644 --- a/.github/workflows/vsk_builds.yml +++ b/.github/workflows/vsk_builds.yml @@ -66,17 +66,6 @@ jobs: artifact: true platform: windows - - name: Editor Linux (target=editor) - cache-name: linux-editor - target: editor - tests: false - sconsflags: use_llvm=yes custom_modules=../vsk_modules precision=double linker=gold deprecate=no - doc-test: false - bin: "./bin/godot.linuxbsd.editor.double.x86_64.llvm" - proj-conv: false - artifact: true - platform: linuxbsd - # - name: Editor with doubles and GCC sanitizers (target=editor, tests=yes, dev_build=yes, precision=double, use_asan=yes, use_ubsan=yes, linker=gold) # cache-name: linux-editor-double-sanitizers # target: editor