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]