why is it blob:none but tree:0

This commit is contained in:
Sir Walrus
2025-01-28 07:35:55 +01:00
parent 3686f34ce3
commit c1dfae70cd

View File

@@ -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]