Update main.yml

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

View File

@ -150,7 +150,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