Skip to content
Snippets Groups Projects
Commit f2f9b32e authored by Signal Linden's avatar Signal Linden
Browse files

Use pre-installed python

parent 6b137c7f
No related branches found
No related tags found
No related merge requests found
...@@ -33,21 +33,16 @@ jobs: ...@@ -33,21 +33,16 @@ jobs:
repository: secondlife/build-variables repository: secondlife/build-variables
ref: viewer ref: viewer
path: .build-variables path: .build-variables
- name: Install python
uses: actions/setup-python@v4
with:
python-version: 3.x
- name: Install autobuild - name: Install autobuild
run: pip install autobuild run: pip3 install autobuild
- name: Cache autobuild packages - name: Cache autobuild packages
uses: actions/cache@v3 uses: actions/cache@v3
id: cache-installables id: cache-installables
with: with:
path: .autobuild-installables path: .autobuild-installables
key: ${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.configuration }}-${{ hashFiles('autobuild.xml') }} key: ${{ matrix.os }}-${{ matrix.addrsize }}-${{ matrix.configuration }}-${{ hashFiles('autobuild.xml') }}
- name: Build - name: Build
run: | run: |
......
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