From 04358487704b3c1753d707ebc1b5823829786417 Mon Sep 17 00:00:00 2001 From: PlasmaDev5 Date: Wed, 8 Jan 2025 12:57:12 +0000 Subject: [PATCH] linux CI fix --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf26ca7a..66db4ed0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -219,10 +219,10 @@ jobs: apt-get install -y wget wget https://cmake.org/files/v3.12/cmake-3.12.0-Linux-x86_64.tar.gz tar zxvf cmake-3.12.0-Linux-x86_64.tar.gz - sudo apt install tree + apt install tree tree -L 2 cmake-3.12.0-Linux-x86_64 - sudo mv cmake-3.12.0-Linux-x86_64 /opt/cmake-3.12.0 - sudo ln -sf /opt/cmake-3.12.0/bin/* /usr/bin/ + mv cmake-3.12.0-Linux-x86_64 /opt/cmake-3.12.0 + ln -sf /opt/cmake-3.12.0/bin/* /usr/bin/ apt-get install -y libstdc++6 libcurl4-openssl-dev' - name: Download package