Skip to content

Commit

Permalink
Removed lfs flags
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriySalnikov committed Jan 19, 2024
1 parent 5e55851 commit 0790f5c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 18 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/gdextension_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
lfs: true
submodules: recursive

- name: Compile GDExtension
Expand Down Expand Up @@ -77,7 +76,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
lfs: true
submodules: recursive

- name: Compile GDExtension
Expand Down Expand Up @@ -108,7 +106,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
lfs: true
submodules: recursive

- name: Compile GDExtension
Expand Down Expand Up @@ -139,7 +136,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
lfs: true
submodules: recursive

- name: Install Android NDK r23c
Expand Down Expand Up @@ -193,7 +189,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
lfs: true
submodules: recursive

- name: Download Emscripten
Expand Down Expand Up @@ -236,7 +231,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

# https://github.com/actions/download-artifact/issues/249
- name: Download Binaries
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -296,8 +290,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
lfs: true

- name: Delete old libs folder
shell: bash
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/util_update_libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
lfs: true


- name: Download GDExtension Binaries
uses: dawidd6/action-download-artifact@v3
with:
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/web_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
lfs: true
submodules: recursive

- name: Download Emscripten
Expand Down Expand Up @@ -197,7 +196,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
lfs: true
submodules: recursive

- name: Restore doxygen directory
Expand Down Expand Up @@ -272,8 +270,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
lfs: true

- name: Setup Godot
uses: ./.github/actions/setup_godot
Expand Down Expand Up @@ -380,7 +376,6 @@ jobs:
ref: ${{env.PAGES_BRANCH}}
# MUST BE A SUFFICIENT VALUE TO BE ABLE TO RESET TO THE INITIAL COMMIT
fetch-depth: 4
lfs: true

- name: Clean unused folders
if: env.DEV_DEPLOY == 'false'
Expand Down Expand Up @@ -641,7 +636,6 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{env.PAGES_BRANCH}}
lfs: true
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand All @@ -665,7 +659,6 @@ jobs:
ref: ${{env.PAGES_BRANCH}}
# MUST BE A SUFFICIENT VALUE TO BE ABLE TO RESET TO THE INITIAL COMMIT
fetch-depth: 4
lfs: true

- name: Reset and push
shell: bash
Expand Down

0 comments on commit 0790f5c

Please sign in to comment.