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
tar -xzf 10.0.0.tar.gz
cd tinyxml2-10.0.0
mkdir build
mkdir -p build
cd build
cmake ..
make