mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 17:44:56 +09:00
CI+Toolchain: Remove unnecessary BuildVcpkg.sh
This script was rewritten in Python in commit:
c92d9cce42
Since it just executes the Python anyway, remove it and do that in CI
ourselves.
This commit is contained in:
parent
dde80a434c
commit
d64e6abe08
Notes:
github-actions[bot]
2025-04-29 15:35:31 +00:00
Author: https://github.com/rmg-x
Commit: d64e6abe08
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4494
Reviewed-by: https://github.com/AtkinsSJ ✅
Reviewed-by: https://github.com/gmta
3 changed files with 2 additions and 5 deletions
2
.github/actions/setup/action.yml
vendored
2
.github/actions/setup/action.yml
vendored
|
@ -121,4 +121,4 @@ runs:
|
||||||
|
|
||||||
- name: 'Install vcpkg'
|
- name: 'Install vcpkg'
|
||||||
shell: bash
|
shell: bash
|
||||||
run: ./Toolchain/BuildVcpkg.sh
|
run: ./Toolchain/BuildVcpkg.py
|
||||||
|
|
2
.github/workflows/libjs-test262.yml
vendored
2
.github/workflows/libjs-test262.yml
vendored
|
@ -59,7 +59,7 @@ jobs:
|
||||||
rm wabt-1.0.35-ubuntu-20.04.tar.gz
|
rm wabt-1.0.35-ubuntu-20.04.tar.gz
|
||||||
)
|
)
|
||||||
# FIXME: Just use the setup action
|
# FIXME: Just use the setup action
|
||||||
./Toolchain/BuildVcpkg.sh --ci
|
./Toolchain/BuildVcpkg.py --ci
|
||||||
|
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
python3 ./Toolchain/BuildVcpkg.py
|
|
Loading…
Add table
Add a link
Reference in a new issue