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:
Michel Heily 2020-05-12 07:51:20 +03:00
parent 10bed1087a
commit 8879d40262

View file

@ -13,6 +13,8 @@ jobs:
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
with:
submodules: recursive
- name: Install Dependencies
run: |
@ -62,6 +64,8 @@ jobs:
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
with:
submodules: recursive
- run: rustup target add x86_64-pc-windows-msvc