From b95d3cdebc1ab897b56f5f31661c3d82d84c3220 Mon Sep 17 00:00:00 2001 From: Lywx Date: Thu, 23 Jan 2025 20:05:25 -0600 Subject: [PATCH] Update linux.yml --- .github/workflows/linux.yml | 4 ++-- 1 file 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