diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 9c11a42..13c995c 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -68,7 +68,7 @@ jobs: - name: PreInstall # Perform pre-installation. - run: sudo ./preinstall + run: sudo bash ./preinstall - name: Build # Build your program with the given configuration. Note that --config is needed because the default Windows generator is a multi-config generator (Visual Studio generator). @@ -76,7 +76,7 @@ jobs: - name: PostInstall # Perform post-installation. - run: sudo ./postinstall + run: sudo bash ./postinstall - name: Test working-directory: ${{ steps.strings.outputs.build-output-dir }}