Update hunspell
Release Alpine apk for ARM64v8 / compilation-arm64v8 (push) Failing after 1m26s
Details
Release Alpine apk for ARM64v8 / compilation-arm64v8 (push) Failing after 1m26s
Details
This commit is contained in:
parent
e489342fa8
commit
a2df552e0d
|
@ -9,18 +9,13 @@ jobs:
|
||||||
compilation-arm64v8:
|
compilation-arm64v8:
|
||||||
runs-on: arm64v8-alpine-latest-pv
|
runs-on: arm64v8-alpine-latest-pv
|
||||||
steps:
|
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
|
- name: Select faster mirror and add tools
|
||||||
|
shell: sh
|
||||||
run: |
|
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)/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
|
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 -U upgrade
|
||||||
apk add git wget curl nodejs sshfs alpine-sdk abuild sudo shadow
|
apk add bash git wget curl nodejs sshfs alpine-sdk abuild sudo shadow
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Set up environment and users
|
- name: Set up environment and users
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Contributor: ITmodulo <itmodulo@disroot.org>
|
# Contributor: ITmodulo <itmodulo@disroot.org>
|
||||||
# Maintainer: ITmodulo <itmodulo@disroot.org>
|
# Maintainer: ITmodulo <itmodulo@disroot.org>
|
||||||
pkgname=hunspell-pl
|
pkgname=hunspell-pl
|
||||||
pkgver=20240101
|
pkgver=20240201
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Polish dictionary for Hunspell"
|
pkgdesc="Polish dictionary for Hunspell"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
|
|
Loading…
Reference in New Issue