ci: Update build.yml

This commit is contained in:
Nicolas Giard 2024-10-18 00:12:49 -04:00 committed by GitHub
parent ebc7cde351
commit 324e09af5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -258,7 +258,7 @@ jobs:
curl -fsSL https://deb.nodesource.com/setup_22.x -o nodesource_setup.sh
sudo bash nodesource_setup.sh
sudo apt-get install -y nodejs
corepack enable
sudo corepack enable
echo "=========================================================================="
echo "Install Python 3.x..."