mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01: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
2
.github/actions/setup/action.yml
vendored
2
.github/actions/setup/action.yml
vendored
|
|
@ -121,4 +121,4 @@ runs:
|
|||
|
||||
- name: 'Install vcpkg'
|
||||
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
|
||||
)
|
||||
# FIXME: Just use the setup action
|
||||
./Toolchain/BuildVcpkg.sh --ci
|
||||
./Toolchain/BuildVcpkg.py --ci
|
||||
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v5
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
python3 ./Toolchain/BuildVcpkg.py
|
||||
Loading…
Reference in New Issue
Block a user