Update hunspell
Some checks failed
Release Alpine apk for ARM64v8 / compilation-arm64v8 (push) Failing after 1m26s
Some checks failed
Release Alpine apk for ARM64v8 / compilation-arm64v8 (push) Failing after 1m26s
This commit is contained in:
parent
e489342fa8
commit
a2df552e0d
2 changed files with 4 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue