diff options
author | Brad Linden <brad@lindenlab.com> | 2023-06-07 16:28:11 -0700 |
---|---|---|
committer | Brad Linden <brad@lindenlab.com> | 2023-06-07 17:35:13 -0700 |
commit | 68a57566b7520608ae242032788c3f472b54ad10 (patch) | |
tree | 7fd197b881cc25d92cd31eb12a7dd72d5ee0cac0 /.github/workflows | |
parent | 3ffa57473d4aec6a32807873513f7d880ec4bc67 (diff) |
SL-18837 fix win32 build warning about missing python-version setting
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 7731a837e9..d0f1b59ae6 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -19,6 +19,7 @@ jobs: - runner: windows-large configuration: Release addrsize: 32 + python-version: "3.11" - runner: macos-12-xl developer_dir: "/Applications/Xcode_14.0.1.app/Contents/Developer" runs-on: ${{ matrix.runner }} @@ -59,7 +60,7 @@ jobs: repository: secondlife/build-variables ref: viewer path: .build-variables - + - name: Install autobuild run: pip3 install autobuild llsd |