dnf -y install @development-tools libtool bzip2 gettext-devel ncurses-devel
- name: Checkout alsa-lib
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
repository: alsa-project/alsa-lib
ref: master
make install
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
path: alsa-utils
- name: Checkout all tags
apt-get install -y git build-essential pkg-config m4 autoconf automake libtool gettext ncurses-dev
- name: Checkout alsa-lib
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
repository: alsa-project/alsa-lib
ref: master
make install
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Configure
run: |
mv configure.ac configure.ac.old