Only clone 1 commit deep
This commit is contained in:
parent
040f0fb809
commit
1b4d23cef9
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user