Remove unnecessary submodule checkout

This commit is contained in:
Charlie Bruce 2020-01-11 14:13:36 +00:00
parent c903c9fcd6
commit 711842d20e
1 changed files with 0 additions and 18 deletions

View File

@ -7,12 +7,6 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Check out submodules
shell: bash
run: |
auth_header="$(git config --local --get http.https://github.com/.extraheader)"
git submodule sync --recursive
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
- name: Install requirements
run: |
mkdir -p lib
@ -47,12 +41,6 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Check out submodules
shell: bash
run: |
auth_header="$(git config --local --get http.https://github.com/.extraheader)"
git submodule sync --recursive
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
- name: Install requirements
run: sudo apt-get install libsdl2-dev libsdl2-mixer-dev
- name: Build
@ -68,12 +56,6 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Check out submodules
shell: bash
run: |
auth_header="$(git config --local --get http.https://github.com/.extraheader)"
git submodule sync --recursive
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
- name: Install requirements
run: |
mkdir lib