From c1dfae70cdb422e04ae9c82a5e336622771bf88f Mon Sep 17 00:00:00 2001 From: Sir Walrus Date: Tue, 28 Jan 2025 07:35:55 +0100 Subject: [PATCH] why is it blob:none but tree:0 --- .github/workflows/build-optimized.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-optimized.yml b/.github/workflows/build-optimized.yml index e8cdef6..3cd238b 100644 --- a/.github/workflows/build-optimized.yml +++ b/.github/workflows/build-optimized.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - filter: tree:none + filter: tree:0 - name: Dependencies run: dnf install -y gtk3-devel zip - name: Workaround for https://github.com/actions/runner/issues/2033 @@ -36,7 +36,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - filter: tree:none + filter: tree:0 - name: Build run: bash ./make-windows.sh - name: Upload Artifacts @@ -51,7 +51,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - filter: tree:none + filter: tree:0 - name: Dependencies run: brew install gtk+3 libomp llvm - name: Build @@ -62,7 +62,6 @@ jobs: name: macos-m1-gui.zip path: ./flips - create-release: runs-on: ubuntu-latest needs: [linux, windows, macos]