Skip to content

Commit 66f08d0

Browse files
committed
CI: Use GitHub for env.sh
Otherwise CI breaks when cgit is disabled.
1 parent 1d11500 commit 66f08d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Get env.sh
4343
run: |
4444
mkdir projects
45-
wget -O projects/env.sh https://git.netsurf-browser.org/netsurf.git/plain/docs/env.sh
45+
wget -O projects/env.sh https://raw.githubusercontent.com/netsurf-browser/netsurf/refs/heads/master/docs/env.sh
4646
4747
- name: Build and install project deps
4848
env:

.github/workflows/static-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Get env.sh
3535
run: |
3636
mkdir projects
37-
wget -O projects/env.sh https://git.netsurf-browser.org/netsurf.git/plain/docs/env.sh
37+
wget -O projects/env.sh https://raw.githubusercontent.com/netsurf-browser/netsurf/refs/heads/master/docs/env.sh
3838
3939
- name: Build and install project deps
4040
env:

0 commit comments

Comments
 (0)