Skip to content

Commit 61164a2

Browse files
committed
CI: Use GitHub for env.sh
Otherwise CI breaks when cgit is disabled.
1 parent 9ea069f commit 61164a2

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
@@ -50,7 +50,7 @@ jobs:
5050
- name: Get env.sh
5151
run: |
5252
mkdir projects
53-
wget -O projects/env.sh https://git.netsurf-browser.org/netsurf.git/plain/docs/env.sh
53+
wget -O projects/env.sh https://raw.githubusercontent.com/netsurf-browser/netsurf/refs/heads/master/docs/env.sh
5454
5555
- name: Build and install project deps
5656
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)