Skip to content

Commit

Permalink
Update linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KiritoDv authored Jan 24, 2025
1 parent f0f1d64 commit b95d3cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -46,4 +46,4 @@ jobs:
with:
name: starship-linux-x64
path: starship-release
retention-days: 1
retention-days: 1

0 comments on commit b95d3cd

Please sign in to comment.