Skip to content

Commit

Permalink
Update stress-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lxy2304 authored Sep 30, 2024
1 parent 39401f9 commit 22ea35d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/stress-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
Expand Down

0 comments on commit 22ea35d

Please sign in to comment.