Skip to content
Snippets Groups Projects
Commit 68a57566 authored by Brad Linden's avatar Brad Linden
Browse files

SL-18837 fix win32 build warning about missing python-version setting

parent 3ffa5747
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment