Skip to content

Commit

Permalink
[gh actions] install deps on arm/aarch64
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@69449 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
norbusan committed Jan 16, 2024
1 parent 2aa08b0 commit 669d9a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
cd /work/repo
case "${{ matrix.image }}" in
i386/ubuntu:*) .github/scripts/install-deps.ubuntu.sh ;;
*/debian:*) .github/scripts/install-deps.ubuntu.sh ;;
centos:*) .github/scripts/install-deps.centos.sh ;;
alpine:*) .github/scripts/install-deps.alpine.sh ;;
esac
Expand Down

0 comments on commit 669d9a3

Please sign in to comment.