mirror of
https://github.com/OMGeeky/downloader.git
synced 2026-01-07 04:01:24 +01:00
Update dispatch.yml
comment out windows and apple target (since they are not used)
This commit is contained in:
8
.github/workflows/dispatch.yml
vendored
8
.github/workflows/dispatch.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user