diff options
| author | Lywx <kiritodev01@gmail.com> | 2025-01-23 20:05:25 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-23 20:05:25 -0600 |
| commit | b95d3cdebc1ab897b56f5f31661c3d82d84c3220 (patch) | |
| tree | f0fe3bb65db63940e3e177a58099cbf4adc254ff | |
| parent | f0f1d648828379c3d1c434e70dfcca4cfe6a5048 (diff) | |
Update linux.yml
| -rw-r--r-- | .github/workflows/linux.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index bfa5e97c..20e18152 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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 @@ -46,4 +46,4 @@ jobs: with: name: starship-linux-x64 path: starship-release - retention-days: 1
\ No newline at end of file + retention-days: 1 |
