Skip to content

Commit 3c17a1f

Browse files
committed
ci: Fetch deps from GitHub repos
1 parent 2e0988d commit 3c17a1f

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
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: |

.github/workflows/monkey-test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
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

.github/workflows/static-analysis.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
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

0 commit comments

Comments
 (0)