comment out desktop

pull/378/head
Lucas Nogueira 2 years ago
parent cfffbbd18b
commit cb3d288db0
No known key found for this signature in database
GPG Key ID: 7C32FCA95C8C95D7

@ -127,24 +127,24 @@ jobs:
matrix: matrix:
package: ${{ fromJSON(needs.changes.outputs.packages) }} package: ${{ fromJSON(needs.changes.outputs.packages) }}
platform: platform:
- { # - {
target: x86_64-pc-windows-msvc, # target: x86_64-pc-windows-msvc,
os: windows-latest, # os: windows-latest,
cross: false, # cross: false,
command: "test", # command: "test",
} # }
- { # - {
target: x86_64-unknown-linux-gnu, # target: x86_64-unknown-linux-gnu,
os: ubuntu-latest, # os: ubuntu-latest,
cross: false, # cross: false,
command: "test", # command: "test",
} # }
- { # - {
target: x86_64-apple-darwin, # target: x86_64-apple-darwin,
os: macos-latest, # os: macos-latest,
cross: false, # cross: false,
command: "test", # command: "test",
} # }
- { - {
target: aarch64-apple-ios, target: aarch64-apple-ios,
os: macos-latest, os: macos-latest,

Loading…
Cancel
Save