Skip to content

Commit b161b25

Browse files
committed
CI: clone after deps
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 1e279cf commit b161b25

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ jobs:
1818
container:
1919
image: debian:10
2020
steps:
21-
- uses: actions/checkout@v3
22-
with:
23-
submodules: recursive
2421
- uses: actions/cache@v3
2522
with:
2623
path: |
2724
~/PawPawBuilds
2825
key: ${{ matrix.target }}-v${{ env.CACHE_VERSION }}
29-
- name: bootstrap
26+
- name: install dependencies
3027
shell: bash
3128
run: |
3229
sudo apt-get update -qq
3330
sudo apt-get install -yqq autoconf automake build-essential curl cmake git libasound2-dev libdbus-1-dev libgl1-mesa-dev libglib2.0-dev libx11-dev libxcursor-dev libxext-dev libxrandr-dev
31+
- uses: actions/checkout@v3
32+
with:
33+
submodules: recursive
3434
- name: bootstrap
3535
shell: bash
3636
run: |
@@ -50,9 +50,6 @@ jobs:
5050
target: [macos-universal]
5151
runs-on: macos-11
5252
steps:
53-
- uses: actions/checkout@v3
54-
with:
55-
submodules: recursive
5653
- uses: actions/cache@v3
5754
with:
5855
path: |
@@ -62,6 +59,9 @@ jobs:
6259
shell: bash
6360
run: |
6461
brew install cmake git jq meson
62+
- uses: actions/checkout@v3
63+
with:
64+
submodules: recursive
6565
- name: bootstrap
6666
shell: bash
6767
run: |
@@ -83,9 +83,6 @@ jobs:
8383
container:
8484
image: ubuntu:23.10
8585
steps:
86-
- uses: actions/checkout@v3
87-
with:
88-
submodules: recursive
8986
- uses: actions/cache@v3
9087
with:
9188
path: |
@@ -102,6 +99,9 @@ jobs:
10299
sudo apt-get install -yqq binutils-mingw-w64-x86-64 g++-mingw-w64-x86-64
103100
fi
104101
sudo apt-get install -yqq autoconf automake curl cmake git mingw-w64 wine-stable
102+
- uses: actions/checkout@v3
103+
with:
104+
submodules: recursive
105105
- name: bootstrap
106106
shell: bash
107107
run: |

0 commit comments

Comments
 (0)