diff --git a/.github/workflows/treon.yml b/.github/workflows/treon.yml index 0da8dbe28de..b403c9fdd2f 100644 --- a/.github/workflows/treon.yml +++ b/.github/workflows/treon.yml @@ -37,12 +37,12 @@ jobs: uses: xom9ikk/dotenv@v1.0.2 with: path: ./.github/workflows - # - name: Install required packages - # run: | - # if [ "$RUNNER_OS" == "Linux" ]; then - # sudo apt-get install libsndfile1 -y - # fi - # shell: bash + - name: Install required packages + run: | + if [ "$RUNNER_OS" == "Linux" ]; then + sudo apt-get install libsndfile1 -y + fi + shell: bash - name: Set up Python uses: actions/setup-python@v1 with: diff --git a/.github/workflows/treon_precommit.yml b/.github/workflows/treon_precommit.yml index 5f2f2e3abf2..62262799b12 100644 --- a/.github/workflows/treon_precommit.yml +++ b/.github/workflows/treon_precommit.yml @@ -71,12 +71,12 @@ jobs: uses: xom9ikk/dotenv@v1.0.2 with: path: ./.github/workflows - # - name: Install required packages - # run: | - # if [ "$RUNNER_OS" == "Linux" ]; then - # sudo apt-get install libsndfile1 -y - # fi - # shell: bash + - name: Install required packages + run: | + if [ "$RUNNER_OS" == "Linux" ]; then + sudo apt-get install libsndfile1 -y + fi + shell: bash - name: Set up Python uses: actions/setup-python@v1 with: