-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GHA] maybe fix CI by checkout out LFS
- Loading branch information
Showing
5 changed files
with
36 additions
and
0 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 |
---|---|---|
|
@@ -26,6 +26,13 @@ jobs: | |
# Setup Environment | ||
- uses: actions/checkout@v3 | ||
|
||
# Some tests in polkadart need that, but it is also | ||
# needed simply running pub get for some reason. | ||
# We can remove that when we no longer need the | ||
# git dependency for polkadart. | ||
- name: Check out code (LFS) | ||
uses: nschloe/[email protected] | ||
|
||
- uses: actions/setup-java@v3 | ||
with: | ||
java-version: ${{ env.JAVA_VERSION }} | ||
|
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 |
---|---|---|
|
@@ -40,6 +40,13 @@ jobs: | |
# Setup Environment | ||
- uses: actions/checkout@v3 | ||
|
||
# Some tests in polkadart need that, but it is also | ||
# needed simply running pub get for some reason. | ||
# We can remove that when we no longer need the | ||
# git dependency for polkadart. | ||
- name: Check out code (LFS) | ||
uses: nschloe/[email protected] | ||
|
||
- uses: actions/setup-java@v3 | ||
with: | ||
java-version: ${{ env.JAVA_VERSION }} | ||
|
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 |
---|---|---|
|
@@ -14,6 +14,14 @@ jobs: | |
# Setup Environment | ||
- uses: actions/checkout@v3 | ||
|
||
# Some tests in polkadart need that, but it is also | ||
# needed simply running pub get for some reason. | ||
# We can remove that when we no longer need the | ||
# git dependency for polkadart. | ||
- name: Check out code (LFS) | ||
uses: nschloe/[email protected] | ||
|
||
|
||
- name: Check fdroid setup | ||
run: ./scripts/fdroid_init.sh | ||
|
||
|
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 |
---|---|---|
|
@@ -48,6 +48,13 @@ jobs: | |
# Setup Environment | ||
- uses: actions/checkout@v3 | ||
|
||
# Some tests in polkadart need that, but it is also | ||
# needed simply running pub get for some reason. | ||
# We can remove that when we no longer need the | ||
# git dependency for polkadart. | ||
- name: Check out code (LFS) | ||
uses: nschloe/[email protected] | ||
|
||
- name: "Prepare environment for ios" | ||
working-directory: ./scripts | ||
run: ./ios_init_env.sh | ||
|
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 |
---|---|---|
|
@@ -14,6 +14,13 @@ jobs: | |
# Setup Environment | ||
- uses: actions/checkout@v3 | ||
|
||
# Some tests in polkadart need that, but it is also | ||
# needed simply running pub get for some reason. | ||
# We can remove that when we no longer need the | ||
# git dependency for polkadart. | ||
- name: Check out code (LFS) | ||
uses: nschloe/[email protected] | ||
|
||
- name: Install flutter wrapper | ||
run: ./scripts/install_flutter_wrapper.sh | ||
|
||
|