We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d11500 commit f78434fCopy full SHA for f78434f
.github/workflows/build.yaml
@@ -42,7 +42,7 @@ jobs:
42
- name: Get env.sh
43
run: |
44
mkdir projects
45
- wget -O projects/env.sh https://git.netsurf-browser.org/netsurf.git/plain/docs/env.sh
+ wget -O projects/env.sh https://raw.githubusercontent.com/netsurf-browser/netsurf/refs/heads/master/docs/env.sh
46
47
- name: Build and install project deps
48
env:
.github/workflows/static-analysis.yaml
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
39
40
0 commit comments