From 33ae5a1b3b521112283ac668c1ef8be8b434afbc Mon Sep 17 00:00:00 2001 From: OMGeeky <39029799+OMGeeky@users.noreply.github.com> Date: Sun, 2 Apr 2023 13:53:56 +0200 Subject: [PATCH] Update dispatch.yml comment out windows and apple target (since they are not used) --- .github/workflows/dispatch.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dispatch.yml b/.github/workflows/dispatch.yml index 5b45a81..37fb714 100644 --- a/.github/workflows/dispatch.yml +++ b/.github/workflows/dispatch.yml @@ -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