Update hunspell
Release Alpine apk for ARM64v8 / compilation-arm64v8 (push) Failing after 1m26s Details

This commit is contained in:
ITmodulo 2024-02-22 22:09:01 +01:00
parent e489342fa8
commit a2df552e0d
2 changed files with 4 additions and 9 deletions

View File

@ -9,18 +9,13 @@ jobs:
compilation-arm64v8:
runs-on: arm64v8-alpine-latest-pv
steps:
- name: Update environment
shell: sh
run: apk -U upgrade
- name: Install bash
shell: sh
run: apk add bash
- name: Select faster mirror and add tools
shell: sh
run: |
echo "https://alpine.sakamoto.pl/alpine/$(cat /etc/os-release | grep PRETT | cut -d ' ' -f 3 | cut -d '"' -f 1)/main" > /etc/apk/repositories
echo "https://alpine.sakamoto.pl/alpine/$(cat /etc/os-release | grep PRETT | cut -d ' ' -f 3 | cut -d '"' -f 1)/community" >> /etc/apk/repositories
apk update
apk add git wget curl nodejs sshfs alpine-sdk abuild sudo shadow
apk -U upgrade
apk add bash git wget curl nodejs sshfs alpine-sdk abuild sudo shadow
- name: Checkout
uses: actions/checkout@v3
- name: Set up environment and users

View File

@ -1,7 +1,7 @@
# Contributor: ITmodulo <itmodulo@disroot.org>
# Maintainer: ITmodulo <itmodulo@disroot.org>
pkgname=hunspell-pl
pkgver=20240101
pkgver=20240201
pkgrel=0
pkgdesc="Polish dictionary for Hunspell"
arch="noarch"