Skip to content

Commit

Permalink
why is it blob:none but tree:0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alcaro committed Jan 28, 2025
1 parent 3686f34 commit c1dfae7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-optimized.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -62,7 +62,6 @@ jobs:
name: macos-m1-gui.zip
path: ./flips


create-release:
runs-on: ubuntu-latest
needs: [linux, windows, macos]
Expand Down

0 comments on commit c1dfae7

Please sign in to comment.