mirror of
https://github.com/Alcaro/Flips.git
synced 2026-09-07 01:56:07 -05:00
why is it blob:none but tree:0
This commit is contained in:
7
.github/workflows/build-optimized.yml
vendored
7
.github/workflows/build-optimized.yml
vendored
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user