File tree Expand file tree Collapse file tree 5 files changed +208
-380
lines changed Expand file tree Collapse file tree 5 files changed +208
-380
lines changed Original file line number Diff line number Diff line change @@ -28,4 +28,4 @@ RUN python3 -m pip install --no-cache-dir meson ninja
2828# Set environment variables
2929ENV CC=/usr/bin/gcc
3030ENV CXX=/usr/bin/g++
31- ENV LD_LIBRARY_PATH=/usr/local/lib
31+ ENV LD_LIBRARY_PATH=/usr/local/lib
Original file line number Diff line number Diff line change 2626 fetch-depth : 0
2727
2828 - name : Set up Python
29- uses : actions/setup-python@v5
29+ uses : actions/setup-python@v6
3030 with :
3131 python-version : ' 3.12'
3232
Original file line number Diff line number Diff line change 2424 fetch-depth : 0
2525
2626 - name : Set up Python
27- uses : actions/setup-python@v5
27+ uses : actions/setup-python@v6
2828 with :
2929 python-version : ' 3.12'
3030
5959 fetch-depth : 0
6060
6161 - name : Set up Python
62- uses : actions/setup-python@v5
62+ uses : actions/setup-python@v6
6363 with :
6464 python-version : ' 3.12'
6565
@@ -116,7 +116,7 @@ jobs:
116116 echo "CXX=/mingw${{ matrix.architecture }}/bin/g++.exe" >> $GITHUB_ENV
117117
118118 - name : Set up Python
119- uses : actions/setup-python@v5
119+ uses : actions/setup-python@v6
120120 with :
121121 python-version : ' 3.12'
122122
@@ -157,7 +157,7 @@ jobs:
157157 }
158158
159159 - name : Set up Python
160- uses : actions/setup-python@v5
160+ uses : actions/setup-python@v6
161161 with :
162162 python-version : ' 3.12'
163163
You can’t perform that action at this time.
0 commit comments