diff options
author | Signal Linden <signal@lindenlab.com> | 2022-10-10 09:45:17 -0700 |
---|---|---|
committer | Signal Linden <signal@lindenlab.com> | 2022-10-10 09:45:17 -0700 |
commit | 7da93ab373a145392e51af0d3fdf7b61dd55ce0b (patch) | |
tree | f33f87cf9ddc313c53330efbf1570ede38d29a4c | |
parent | 9a84b3923db0653f01ab7d8541645007347c4db4 (diff) |
Force RelWithDebInfoOS configuration
-rw-r--r-- | .github/workflows/build.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 16c794cde5..8a13ac0374 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -30,7 +30,6 @@ jobs: with: repository: secondlife/build-variables ref: viewer - token: ${{ secrets.SHARED_GITHUB_TOKEN }} path: .build-variables - uses: actions/setup-python@v4 @@ -47,7 +46,7 @@ jobs: key: ${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.configuration }}-${{ hashFiles('autobuild.xml') }} - name: Install autobuild packages - run: autobuild install + run: autobuild install -c ${{ matrix.configuration }} - name: Build run: | |