From c290660d519934641af4623a2a3eb138772e402a Mon Sep 17 00:00:00 2001 From: drowe67 <45574645+drowe67@users.noreply.github.com> Date: Mon, 13 Dec 2021 08:33:18 +1030 Subject: [PATCH] Update ctest.yml --- .github/workflows/ctest.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ctest.yml b/.github/workflows/ctest.yml index aab6338d..968dbe0f 100644 --- a/.github/workflows/ctest.yml +++ b/.github/workflows/ctest.yml @@ -31,8 +31,6 @@ jobs: shell: bash working-directory: ${{github.workspace}} run: | - sudo modprobe snd-aloop index=1,2 enable=1,1 pcm_substreams=1,1 id=CHAT1,CHAT - aplay -l mkdir build && cd build cmake -DCODEC2_BUILD_DIR=$GITHUB_WORKSPACE/codec2/build_linux .. ctest --output-on-failure