diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-02-13 08:45:42 -0500 | 
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-02-13 10:08:14 -0500 | 
| commit | f847c9b1d74354e9ba7932495da42b3d9d710437 (patch) | |
| tree | f5e6dabec37fff49fea7d6e0569108cad50ce992 | |
| parent | ffccde447fd9d1e63f1b74a5ccdb96eecc3d7817 (diff) | |
| download | stasis-f847c9b1d74354e9ba7932495da42b3d9d710437.tar.gz | |
Install dependencies
| -rw-r--r-- | .github/workflows/cmake-multi-platform.yml | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 125e068..3b33958 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -37,6 +37,11 @@ jobs:        run: |          echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT" +    - name: Install Linux dependencies +      if: matrix.os == 'ubuntu-latest' +      run: > +        sudo apt install -y libcurl4-openssl-dev rsync +      - name: Configure CMake        run: >          cmake -B ${{ steps.strings.outputs.build-output-dir }} | 
