Skip to content

Commit

Permalink
fix: actions during testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lee.fordyce committed Jan 23, 2024
1 parent 8099c40 commit 1f13a9f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ jobs:
os: ${{ fromJSON(needs.build_matrix_config.outputs.OS) }}
build_type: ["Debug", "Release"]
lib_type: ["static", "shared"]
# live_packager_tests: ["enabled", "disabled"]

name: ${{ matrix.os_name }} ${{ matrix.target_arch }} ${{ matrix.build_type }} ${{ matrix.lib_type }}
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -130,12 +129,6 @@ jobs:
BUILD_SHARED_LIBS="OFF"
BUILD_LIVE_TEST="OFF"
fi
# if [[ "${{ matrix.live_packager_tests }}" == "enabled" ]]; then
# BUILD_LIVE_TEST="ON"
# else
# BUILD_LIVE_TEST="OFF"
# fi
# If set, override the default generator for the platform.
# Not every entry in the build matrix config defines this.
Expand Down

0 comments on commit 1f13a9f

Please sign in to comment.