File tree Expand file tree Collapse file tree 4 files changed +6
-9
lines changed
Expand file tree Collapse file tree 4 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1414 - name : Set up Python
15- uses : actions/setup-python@v5
15+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
1616 with :
1717 python-version : 3.9
1818 cache : ' pipenv'
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717 runs-on : ubuntu-latest
1818
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2121
2222 - name : Set up Python
23- uses : actions/setup-python@v5
23+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
2424 with :
2525 python-version : 3.9
2626 cache : ' pipenv'
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ def _get_conan_vols(self):
197197 conan_base = os .path .join (utils .get_git_top_level (), "packages" , "conan" )
198198 vols = {
199199 os .path .join (conan_base , "settings" ): os .path .join (
200- constants .CONAN_USER_HOME , ".conan "
200+ constants .CONAN_USER_HOME , ".conan2 "
201201 ),
202202 os .path .join (conan_base , "data" ): os .path .join (
203203 constants .CONAN_USER_HOME , "d"
Original file line number Diff line number Diff line change @@ -55,10 +55,7 @@ cd /tmp/gldev/EGL-Registry
5555git checkout 0fa0d37da846998aa838ed2b784a340c28dadff3
5656cp -r api/EGL api/KHR /usr/local/include
5757cd /tmp/gldev
58- # gitlab.freedesktop.org is down
59- # git clone --branch=mesa-17.3.3 --depth=1 https://gitlab.freedesktop.org/mesa/mesa.git
60- git clone --branch=mesa-17.3.3 --depth=1 https://github.com/chaotic-cx/mesa-mirror.git
61- mv /tmp/gldev/mesa-mirror /tmp/gldev/mesa
58+ git clone --branch=mesa-17.3.3 --depth=1 https://gitlab.freedesktop.org/mesa/mesa.git
6259cd /tmp/gldev/mesa
6360mkdir -p /usr/local/include/GL
6461cp include/GL/gl.h include/GL/gl_mangle.h /usr/local/include/GL/
You can’t perform that action at this time.
0 commit comments