mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-24 05:06:28 +00:00
fix:ci (#124)
This commit is contained in:
@@ -130,15 +130,15 @@ jobs:
|
|||||||
target: x86_64-apple-darwin
|
target: x86_64-apple-darwin
|
||||||
cross: false
|
cross: false
|
||||||
platform: macos
|
platform: macos
|
||||||
# Windows builds
|
# # Windows builds
|
||||||
- os: windows-latest
|
# - os: windows-latest
|
||||||
target: x86_64-pc-windows-msvc
|
# target: x86_64-pc-windows-msvc
|
||||||
cross: false
|
# cross: false
|
||||||
platform: windows
|
# platform: windows
|
||||||
- os: windows-latest
|
# - os: windows-latest
|
||||||
target: aarch64-pc-windows-msvc
|
# target: aarch64-pc-windows-msvc
|
||||||
cross: true
|
# cross: true
|
||||||
platform: windows
|
# platform: windows
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user