mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
ci: Fix submodule cloning
This commit is contained in:
parent
67016ccd95
commit
7a0136b071
1 changed files with 8 additions and 0 deletions
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
@ -5,9 +5,13 @@ on: [push, pull_request]
|
|||
jobs:
|
||||
windows:
|
||||
runs-on: windows-2019
|
||||
name: "Windows"
|
||||
steps:
|
||||
- name: "Clone Repository"
|
||||
uses: actions/checkout@v1
|
||||
- name: "Clone Submodules"
|
||||
shell: bash
|
||||
run: git submodule update --init --recursive
|
||||
- name: "Configure Project"
|
||||
shell: bash
|
||||
run: |
|
||||
|
@ -36,9 +40,13 @@ jobs:
|
|||
path: build/package
|
||||
windows-speed:
|
||||
runs-on: windows-2019
|
||||
name: "Windows (Performance)"
|
||||
steps:
|
||||
- name: "Clone Repository"
|
||||
uses: actions/checkout@v1
|
||||
- name: "Clone Submodules"
|
||||
shell: bash
|
||||
run: git submodule update --init --recursive
|
||||
- name: "Configure Project"
|
||||
shell: bash
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue