1
0
Fork 0
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:
rmg-x 2025-04-27 07:37:52 -05:00 committed by Sam Atkins
parent dde80a434c
commit d64e6abe08
Notes: github-actions[bot] 2025-04-29 15:35:31 +00:00
3 changed files with 2 additions and 5 deletions

View file

@ -121,4 +121,4 @@ runs:
- name: 'Install vcpkg' - name: 'Install vcpkg'
shell: bash shell: bash
run: ./Toolchain/BuildVcpkg.sh run: ./Toolchain/BuildVcpkg.py

View file

@ -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

View file

@ -1,3 +0,0 @@
#!/usr/bin/env bash
python3 ./Toolchain/BuildVcpkg.py