Skip to content

Commit

Permalink
Update history.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rustdesk authored Aug 17, 2023
1 parent 5102adf commit 7fa1bcf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/history.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7fa1bcf

Please sign in to comment.