Only clone 1 commit deep

This commit is contained in:
SachinVin 2021-10-08 13:51:50 +05:30
parent 040f0fb809
commit 1b4d23cef9

View File

@ -23,8 +23,8 @@ jobs:
steps:
- name: Checkout
run: |
git clone -b release-${SDL_VER} https://github.com/libsdl-org/SDL.git
git clone -b n${FFMPEG_VER} https://git.ffmpeg.org/ffmpeg.git
git clone -b release-${SDL_VER} https://github.com/libsdl-org/SDL.git --depth 1
git clone -b n${FFMPEG_VER} https://git.ffmpeg.org/ffmpeg.git --depth 1
- name: Set up cache
uses: actions/cache@v2
with: