From 859299e0882ec65248e07070f0f867fb3d4c6b5a Mon Sep 17 00:00:00 2001 From: Xottab_DUTY Date: Sun, 11 Feb 2024 18:13:13 +0500 Subject: [PATCH] Update cibuild.yml --- .github/workflows/cibuild.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index 57b0e44615a..3aa4fe4b531 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -233,19 +233,3 @@ jobs: shutdown_vm: false sync_files: false run: cmake --build build --config ${{ matrix.Configuration }} --parallel 4 - - - name: Finalize - uses: cross-platform-actions/action@v0.22.0 - with: - operating_system: ${{ matrix.platform.os }} - architecture: ${{ matrix.platform.arch }} - version: ${{ matrix.platform.os-version }} - cpu_count: 4 - memory: 8G - environment_variables: CFLAGS CXXFLAGS - shutdown_vm: false - # sync back is disabled due to: - # 1) VM stalls during the process - # 2) we don't output artifacts anyway - sync_files: false #vm-to-runner - run: rm -rf build # reduce amount of files to copy back from VM