fix: windows build

This commit is contained in:
houseme
2025-07-21 17:45:56 +08:00
parent bebd78fbbb
commit 2a0c618f8b
+9 -8
View File
@@ -172,14 +172,14 @@ jobs:
target: aarch64-unknown-linux-musl target: aarch64-unknown-linux-musl
cross: true cross: true
platform: linux platform: linux
- os: ubuntu-latest # - os: ubuntu-latest
target: x86_64-unknown-linux-gnu # target: x86_64-unknown-linux-gnu
cross: false # cross: false
platform: linux # platform: linux
- os: ubuntu-latest # - os: ubuntu-latest
target: aarch64-unknown-linux-gnu # target: aarch64-unknown-linux-gnu
cross: true # cross: true
platform: linux # platform: linux
# macOS builds # macOS builds
- os: macos-latest - os: macos-latest
target: aarch64-apple-darwin target: aarch64-apple-darwin
@@ -215,6 +215,7 @@ jobs:
install-cross-tools: ${{ matrix.cross }} install-cross-tools: ${{ matrix.cross }}
- name: Download static console assets - name: Download static console assets
shell: bash
run: | run: |
mkdir -p ./rustfs/static mkdir -p ./rustfs/static
if [[ "${{ matrix.platform }}" == "windows" ]]; then if [[ "${{ matrix.platform }}" == "windows" ]]; then