Fix SDL2 build in CI
The repository was not checked out with submodules Former-commit-id: fe10ba720aa617cf44ae0769c0ced2997ee4289c Former-commit-id: bb38b3870022d3cecfc9f1b8fe0512aba6dacc18
This commit is contained in:
parent
10bed1087a
commit
8879d40262
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -13,6 +13,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout 🛎️
|
- name: Checkout 🛎️
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
submodules: recursive
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
|
@ -62,6 +64,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout 🛎️
|
- name: Checkout 🛎️
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
submodules: recursive
|
||||||
|
|
||||||
- run: rustup target add x86_64-pc-windows-msvc
|
- run: rustup target add x86_64-pc-windows-msvc
|
||||||
|
|
||||||
|
|
Reference in a new issue