Update linux.yml

This commit is contained in:
Lywx 2025-01-23 20:05:25 -06:00 committed by GitHub
parent f0f1d64882
commit b95d3cdebc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@ jobs:
wget https://github.com/leethomason/tinyxml2/archive/refs/tags/10.0.0.tar.gz wget https://github.com/leethomason/tinyxml2/archive/refs/tags/10.0.0.tar.gz
tar -xzf 10.0.0.tar.gz tar -xzf 10.0.0.tar.gz
cd tinyxml2-10.0.0 cd tinyxml2-10.0.0
mkdir build mkdir -p build
cd build cd build
cmake .. cmake ..
make make
@ -46,4 +46,4 @@ jobs:
with: with:
name: starship-linux-x64 name: starship-linux-x64
path: starship-release path: starship-release
retention-days: 1 retention-days: 1