Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
EricApostal committed Dec 19, 2024
1 parent c3a871b commit aab9f59
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v2
with:
submodules: recursive
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
Expand All @@ -31,6 +33,8 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v2
with:
submodules: recursive

- name: Set up Java 17
uses: actions/setup-java@v2
Expand Down Expand Up @@ -72,6 +76,8 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v2
with:
submodules: recursive

- name: Install GCC
uses: egor-tensin/setup-mingw@v2
Expand Down Expand Up @@ -108,6 +114,8 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v2
with:
submodules: recursive

- name: Install GCC 11
run: |
Expand Down Expand Up @@ -150,6 +158,8 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v2
with:
submodules: recursive

- name: Install GCC
run: |
Expand Down

0 comments on commit aab9f59

Please sign in to comment.