We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71e3b1d commit 7ba9fa4Copy full SHA for 7ba9fa4
2 files changed
.github/workflows/build_release.yml
@@ -70,7 +70,6 @@ jobs:
70
token: ${{ secrets.SHARED_AUTOBUILD_GITHUB_TOKEN }}
71
setup-python: false
72
setup-autobuild: false
73
- build-variables-ref: 'universal'
74
75
release:
76
name: "Upload autobuild packages to release"
init_debian_buster.sh
@@ -35,6 +35,4 @@ update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang++-11 100
35
cd /root
36
git clone https://github.com/secondlife/build-variables.git
37
cd build-variables
38
-# Use the same branch as the github action
39
-git checkout universal
40
echo 'export AUTOBUILD_VARIABLES_FILE=/root/build-variables/variables' >> ~/.bashrc
0 commit comments