Update dispatch.yml

comment out windows and apple target (since they are not used)
This commit is contained in:
OMGeeky
2023-04-02 13:53:56 +02:00
committed by GitHub
parent 2fe7a69d9d
commit 33ae5a1b3b

View File

@@ -12,12 +12,12 @@ jobs:
fail-fast: false
matrix:
include:
- target: x86_64-pc-windows-gnu
archive: zip
# - target: x86_64-pc-windows-gnu
# archive: zip
- target: x86_64-unknown-linux-musl
archive: tar.gz tar.xz tar.zst
- target: x86_64-apple-darwin
archive: zip
# - target: x86_64-apple-darwin
# archive: zip
steps:
- uses: actions/checkout@master
- name: Compile