From 22ea35d0f7996b5933bbdeac775250044cb8a1a7 Mon Sep 17 00:00:00 2001 From: Xiaoyi Date: Mon, 30 Sep 2024 11:32:57 -0400 Subject: [PATCH] Update stress-test.yml --- .github/workflows/stress-test.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stress-test.yml b/.github/workflows/stress-test.yml index 0973841..5dd8f77 100644 --- a/.github/workflows/stress-test.yml +++ b/.github/workflows/stress-test.yml @@ -39,6 +39,12 @@ jobs: with: distribution: 'temurin' # This specifies the JDK distribution. Temurin is a popular choice. java-version: '21' + + - name: Install system dependencies + run: | + sudo apt-get update + sudo apt-get install -y libsndfile1 + - name: Install required packages run: | @@ -52,7 +58,7 @@ jobs: - name: Download and set up Praat run: | - wget https://www.fon.hum.uva.nl/praat/praat6417_linux-intel64-barren.tar.gz -O praat.tar.gz + wget https://www.fon.hum.uva.nl/praat/praat6421_linux-intel64-barren.tar.gz -O praat.tar.gz tar -xvzf praat.tar.gz echo "praat_path=$(pwd)/praat_barren" >> $GITHUB_ENV