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 9ea069f commit 61164a2Copy full SHA for 61164a2
.github/workflows/build.yaml
@@ -50,7 +50,7 @@ jobs:
50
- name: Get env.sh
51
run: |
52
mkdir projects
53
- 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
54
55
- name: Build and install project deps
56
env:
.github/workflows/static-analysis.yaml
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
39
40
0 commit comments