Skip to content

Commit

Permalink
Updated libOBS to 29.1.3sl34
Browse files Browse the repository at this point in the history
  • Loading branch information
avoitenko-logitech committed Jul 3, 2024
1 parent 2fe1425 commit 299f2fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
SLGenerator: Visual Studio 17 2022
SLDistributeDirectory: distribute
SLFullDistributePath: "streamlabs-build.app/distribute" # The .app extension is required to run macOS tests correctly.
LibOBSVersion: 29.1.3sl33
LibOBSVersion: 29.1.3sl34
PACKAGE_NAME: osn

jobs:
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
shell: bash
- name: Install dependencies
run: |
yarn install --immutable --immutable-cache --check-cache
yarn install --immutable --immutable-cache --check-cache
yarn add electron@${{env.ElectronVersion}} -D
- name: Configure obs-studio-node
run: ./ci/configure-osn.cmd
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
shell: bash
- name: Install dependencies
run: |
yarn install --immutable --immutable-cache --check-cache
yarn install --immutable --immutable-cache --check-cache
yarn add electron@${{env.ElectronVersion}} -D
- name: Get build from cache
Expand All @@ -206,7 +206,7 @@ jobs:
OSN_ACCESS_KEY_ID: ${{secrets.AWS_RELEASE_ACCESS_KEY_ID}}
OSN_SECRET_ACCESS_KEY: ${{secrets.AWS_RELEASE_SECRET_ACCESS_KEY}}
RELEASE_NAME: ${{matrix.ReleaseName}}
- name: Get the version of aws cli
- name: Get the version of aws cli
run: aws --version
shell: powershell
- name: Install specific version of AWS CLI
Expand Down

0 comments on commit 299f2fb

Please sign in to comment.