File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 5959 env :
6060 CC : ${{ matrix.compiler.CC }}
6161 CXX : ${{ matrix.compiler.CXX }}
62+ REPO_BASE_URI : https://github.com/netsurf-browser
6263 TARGET_WORKSPACE : " ${{ github.workspace }}/projects" # Same as "$(pwd)/projects"
6364 run : |
6465 source docs/env.sh
@@ -212,6 +213,7 @@ jobs:
212213 - name : Build and install project libs
213214 env :
214215 HOST : " ${{ matrix.build.toolchain }}"
216+ REPO_BASE_URI : https://github.com/netsurf-browser
215217 TARGET_WORKSPACE : " ${{ github.workspace }}/projects" # Same as "$(pwd)/projects"
216218 Q :
217219 run : |
Original file line number Diff line number Diff line change 4848 max-size : 128M
4949
5050 - name : Build and install project libs
51+ env :
52+ REPO_BASE_URI : https://github.com/netsurf-browser
5153 run : |
5254 export TARGET_WORKSPACE="$(pwd)/projects"
5355 source docs/env.sh
Original file line number Diff line number Diff line change 4343 max-size : 128M
4444
4545 - name : Build and install project libs
46+ env :
47+ REPO_BASE_URI : https://github.com/netsurf-browser
4648 run : |
4749 export TARGET_WORKSPACE="$(pwd)/projects"
4850 source docs/env.sh
You can’t perform that action at this time.
0 commit comments