Skip to content

Commit

Permalink
add automake and verison file
Browse files Browse the repository at this point in the history
  • Loading branch information
karlstav committed Nov 13, 2024
1 parent 81d7bec commit 846c4ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install build-essential libfftw3-dev libasound2-dev libncursesw5-dev libpulse-dev libiniparser-dev portaudio19-dev libsndio-dev libsdl2-2.0-0 libsdl2-dev squeezelite pulseaudio libpipewire-0.3-dev
sudo apt-get install build-essential automake libfftw3-dev libasound2-dev libncursesw5-dev libpulse-dev libiniparser-dev portaudio19-dev libsndio-dev libsdl2-2.0-0 libsdl2-dev squeezelite pulseaudio libpipewire-0.3-dev
- name: Run ./configure
run: ./configure
- name: Run make
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v1
- name: Install dependencies
run: |
brew install fftw make portaudio iniparser sdl2
brew install fftw make automake portaudio iniparser sdl2
- name: Run ./configure
run: LDFLAGS="-L/opt/homebrew/lib" CPPFLAGS="-I/opt/homebrew/include" ./configure
- name: Run make
Expand Down
1 change: 1 addition & 0 deletions version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.10.2

0 comments on commit 846c4ed

Please sign in to comment.