Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Guyot <pguyot@kallisys.net>
  • Loading branch information
pguyot committed Apr 30, 2024
1 parent 7bb11b2 commit 255944e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-kaldi-rpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ jobs:
cpu_info: cpuinfo/raspberrypi_zero_w
- target: raspi_2_bullseye
cpu: cortex-a7
base_image: raspi_2_bullseye:20220121
base_image: raspi_2_bullseye:20230102
cpu_info: cpuinfo/raspberrypi_3b
- target: raspi_3_bullseye
cpu: cortex-a53
base_image: raspi_3_bullseye:20220121
base_image: raspi_3_bullseye:20230102
cpu_info: cpuinfo/raspberrypi_3b
- target: raspi_4_bullseye
cpu: cortex-a53
base_image: raspi_4_bullseye:20220121
base_image: raspi_4_bullseye:20230102
cpu_info: cpuinfo/raspberrypi_zero2_w_arm64
steps:
- uses: actions/checkout@v2
Expand All @@ -76,7 +76,7 @@ jobs:
/opt/kaldi
commands: |
apt-get update -y --allow-releaseinfo-change
apt-get install --no-install-recommends -y subversion gawk python python3 automake autoconf git sox gfortran libtool make
apt-get install --no-install-recommends -y subversion gawk python3 automake autoconf git sox gfortran libtool make
apt-get upgrade -y wget ca-certificates
cd tools
bash extras/install_openblas.sh
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-kaldi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ jobs:
build:
name: "Build kaldi"
strategy:
fail-fast: false
matrix:
target: [macos, ubuntu]
include:
Expand All @@ -30,7 +31,7 @@ jobs:
shell: bash
run: |
sudo apt-get update -y --allow-releaseinfo-change
sudo apt-get install --no-install-recommends -y subversion gawk python python3 automake autoconf git sox gfortran libtool
sudo apt-get install --no-install-recommends -y subversion gawk python3 automake autoconf git sox gfortran libtool
sudo update-ca-certificates
- name: Install MKL
if: startsWith(matrix.os, 'ubuntu')
Expand Down

0 comments on commit 255944e

Please sign in to comment.