From 28901ed5ef2c1cee9bfbe432180d4cf0942e9227 Mon Sep 17 00:00:00 2001 From: YongBinnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn <127243543+YongBinnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn@users.noreply.github.com> Date: Wed, 13 Dec 2023 00:57:53 +0100 Subject: [PATCH] Update cmake-multi-platform.yml --- .github/workflows/cmake-multi-platform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index bc9aca9..ef193d3 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -55,7 +55,7 @@ jobs: echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT" - name: Install dependencies - run: cd proxy; ./install_dependencies_debian.sh + run: cd proxy; chmod +x ./install_dependencies_debian.sh; ./install_dependencies_debian.sh - name: Configure CMake # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make. # See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type