Skip to content

Commit

Permalink
enable back sndfile install (#1542)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaidova authored Dec 14, 2023
1 parent 72d1c0c commit 1d5e150
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/treon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
uses: xom9ikk/[email protected]
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:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/treon_precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ jobs:
uses: xom9ikk/[email protected]
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:
Expand Down

0 comments on commit 1d5e150

Please sign in to comment.