diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-12 15:10:23 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-12 17:47:30 +0100 |
commit | e34a958b5e10690e18461e7d7d70a0fe83ac28ba (patch) | |
tree | 2f541f8c737debd7e221f731f1de81e9ee7d04c6 /.github/workflows | |
parent | d481edb3619e251285c238c05f47a121ecd96df7 (diff) |
a
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/cmake.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index e2758877..a0425ffa 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -37,7 +37,10 @@ jobs: if: matrix.os != 'ubuntu-22.04' - name: Install Linux Dependencies - run: sudo /bin/sh -c 'set -e; apt update; apt install libopencv-dev libgl-dev g++-12 ninja-build' + run: | + set -e + apt update + apt install libopencv-dev libgl-dev g++-12 ninja-build if: matrix.os == 'ubuntu-22.04' - name: Configure |