-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switched to cached LFS workflows to reduce bandwidth impact
- Loading branch information
1 parent
5df7a08
commit 85488d9
Showing
4 changed files
with
14 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,8 @@ jobs: | |
build-configuration: [Debug, Release] | ||
steps: | ||
- name: Checkout repository and submodules | ||
uses: actions/checkout@v3 | ||
# uses: actions/checkout@v3 # incompatible with git lfs cache bandwidth calcs (https://github.com/actions/checkout/issues/165) | ||
uses: nschloe/[email protected] | ||
with: | ||
submodules: recursive | ||
- name: Update packages | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,8 @@ jobs: | |
if: ${{ needs.check_skip.outputs.should_skip != 'true' }} | ||
steps: | ||
- name: Checkout repository and submodules | ||
uses: actions/checkout@v3 | ||
# uses: actions/checkout@v3 # incompatible with git lfs cache bandwidth calcs (https://github.com/actions/checkout/issues/165) | ||
uses: nschloe/[email protected] | ||
with: | ||
submodules: recursive | ||
- id: get-flag | ||
|
@@ -51,7 +52,8 @@ jobs: | |
language: ${{ fromJson(needs.Find-feature.outputs.default_language) }} | ||
steps: | ||
- name: Checkout repository and submodules | ||
uses: actions/checkout@v3 | ||
# uses: actions/checkout@v3 # incompatible with git lfs cache bandwidth calcs (https://github.com/actions/checkout/issues/165) | ||
uses: nschloe/[email protected] | ||
with: | ||
submodules: recursive | ||
- name: Cache pip | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,8 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository and submodules | ||
uses: actions/checkout@v3 | ||
# uses: actions/checkout@v3 # incompatible with git lfs cache bandwidth calcs (https://github.com/actions/checkout/issues/165) | ||
uses: nschloe/[email protected] | ||
with: | ||
submodules: recursive | ||
- uses: dorny/[email protected] | ||
|
@@ -44,7 +45,8 @@ jobs: | |
language: ${{ fromJson(needs.Find-feature.outputs.get-languages) }} | ||
steps: | ||
- name: Checkout repository and submodules | ||
uses: actions/checkout@v3 | ||
# uses: actions/checkout@v3 # incompatible with git lfs cache bandwidth calcs (https://github.com/actions/checkout/issues/165) | ||
uses: nschloe/[email protected] | ||
with: | ||
submodules: recursive | ||
- name: Cache pip | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,8 @@ jobs: | |
if: ${{ needs.check_skip.outputs.should_skip != 'true' }} | ||
steps: | ||
- name: Checkout repository and submodules | ||
uses: actions/checkout@v3 | ||
# uses: actions/checkout@v3 # incompatible with git lfs cache bandwidth calcs (https://github.com/actions/checkout/issues/165) | ||
uses: nschloe/[email protected] | ||
with: | ||
submodules: recursive | ||
- uses: dorny/[email protected] | ||
|
@@ -57,7 +58,8 @@ jobs: | |
build-configuration: [debug, release] | ||
steps: | ||
- name: Checkout repository and submodules | ||
uses: actions/checkout@v3 | ||
# uses: actions/checkout@v3 # incompatible with git lfs cache bandwidth calcs (https://github.com/actions/checkout/issues/165) | ||
uses: nschloe/[email protected] | ||
with: | ||
submodules: recursive | ||
- name: Cache pip | ||
|