From 299f2fbc48474adaca1a7a1c47dc3bae319dbe9b Mon Sep 17 00:00:00 2001 From: Aleksandr Voitenko Date: Wed, 3 Jul 2024 16:59:46 +0100 Subject: [PATCH] Updated libOBS to 29.1.3sl34 --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 96ccdea6b..61fc5471c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: @@ -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 @@ -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 @@ -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