mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-11 06:15:05 +00:00
ci: Remove use of matrix
This commit is contained in:
parent
a72eba6ded
commit
85d9bde1ea
1 changed files with 1 additions and 7 deletions
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
@ -4,13 +4,7 @@ on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
windows:
|
windows:
|
||||||
strategy:
|
runs-on: windows-2019
|
||||||
matrix:
|
|
||||||
os: windows-2019
|
|
||||||
include:
|
|
||||||
- os: windows-2019
|
|
||||||
sysversion: "10.0.18362.0"
|
|
||||||
runs-on: ${{ matrix.os }}
|
|
||||||
steps:
|
steps:
|
||||||
- name: "Clone Repository"
|
- name: "Clone Repository"
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
|
|
Loading…
Reference in a new issue