mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 06:21:45 +03:00
GitHub CI: Update for new env.sh
This commit is contained in:
parent
beaeec5792
commit
d893a6d602
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -53,7 +53,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
export TARGET_WORKSPACE="$(pwd)/projects"
|
export TARGET_WORKSPACE="$(pwd)/projects"
|
||||||
source docs/env.sh
|
source docs/env.sh
|
||||||
ns-clone -n -s
|
ns-clone -d -s
|
||||||
ns-make-tools install
|
ns-make-tools install
|
||||||
ns-make-libs install
|
ns-make-libs install
|
||||||
|
|
||||||
|
2
.github/workflows/monkey-test.yaml
vendored
2
.github/workflows/monkey-test.yaml
vendored
@ -42,7 +42,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
export TARGET_WORKSPACE="$(pwd)/projects"
|
export TARGET_WORKSPACE="$(pwd)/projects"
|
||||||
source docs/env.sh
|
source docs/env.sh
|
||||||
ns-clone -n -s
|
ns-clone -d -s
|
||||||
ns-make-tools install
|
ns-make-tools install
|
||||||
ns-make-libs install
|
ns-make-libs install
|
||||||
|
|
||||||
|
2
.github/workflows/static-analysis.yaml
vendored
2
.github/workflows/static-analysis.yaml
vendored
@ -38,7 +38,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
export TARGET_WORKSPACE="$(pwd)/projects"
|
export TARGET_WORKSPACE="$(pwd)/projects"
|
||||||
source docs/env.sh
|
source docs/env.sh
|
||||||
ns-clone -n -s
|
ns-clone -d -s
|
||||||
ns-make-tools install
|
ns-make-tools install
|
||||||
ns-make-libs install
|
ns-make-libs install
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user