Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
exeldro committed Feb 6, 2021
1 parent e5197ec commit 4d89f30
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

env:
PLUGIN_NAME: move-transition
OBS_VERSION: 26.1.1

jobs:
macos64:
Expand All @@ -21,6 +22,7 @@ jobs:
uses: actions/checkout@v2.3.3
with:
repository: obsproject/obs-studio
ref: ${{ env.OBS_VERSION }}
submodules: 'recursive'
- name: "Checkout plugin"
uses: actions/checkout@v2.3.3
Expand Down Expand Up @@ -103,6 +105,7 @@ jobs:
uses: actions/checkout@v2.3.3
with:
repository: obsproject/obs-studio
ref: ${{ env.OBS_VERSION }}
submodules: 'recursive'
- name: "Checkout plugin"
uses: actions/checkout@v2.3.3
Expand Down Expand Up @@ -147,9 +150,11 @@ jobs:
libva-dev \
libvlc-dev \
libx11-dev \
libx11-xcb-dev \
libx264-dev \
libxcb-randr0-dev \
libxcb-shm0-dev \
libxcb-xfixes0-dev \
libxcb-xinerama0-dev \
libxcomposite-dev \
libxinerama-dev \
Expand All @@ -158,7 +163,8 @@ jobs:
python3-dev \
qtbase5-dev \
libqt5svg5-dev \
swig
swig \
linux-generic
- name: 'Configure'
shell: bash
run: |
Expand Down Expand Up @@ -199,6 +205,7 @@ jobs:
uses: actions/checkout@v2.3.3
with:
repository: obsproject/obs-studio
ref: ${{ env.OBS_VERSION }}
submodules: 'recursive'
- name: Checkout plugin
uses: actions/checkout@v2.3.3
Expand Down

0 comments on commit 4d89f30

Please sign in to comment.