From 7fa1bcfdfb1dda37e09e0f591aaae221c9a73c40 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Thu, 17 Aug 2023 21:07:20 +0800 Subject: [PATCH] Update history.yml --- .github/workflows/history.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/history.yml b/.github/workflows/history.yml index 08de626f6..b852d1350 100644 --- a/.github/workflows/history.yml +++ b/.github/workflows/history.yml @@ -14,16 +14,13 @@ env: jobs: build-for-history-windows: - name: ${{ matrix.job.date }}) + name: ${{ matrix.job.date }} runs-on: ${{ matrix.job.os }} strategy: fail-fast: false matrix: job: - # - { target: i686-pc-windows-msvc , os: windows-2019 } - # - { target: x86_64-pc-windows-gnu , os: windows-2019 } - { target: x86_64-pc-windows-msvc, os: windows-2019, arch: x86_64, date: 2023-08-04, ref: 72c198a1e94cc1e0242fce88f92b3f3caedcd0c3 } - # - { target: aarch64-pc-windows-msvc, os: windows-2019, arch: aarch64 } steps: - name: Checkout source code uses: actions/checkout@v3