fix(ci): install makepkg package on ubuntu

This commit is contained in:
2026-05-22 12:00:42 +02:00
parent 8d067256a0
commit 0f24e788d6
4 changed files with 4 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- run: | - run: |
apt-get --quiet update && apt-get --quiet --assume-yes install makepkg
git config --global user.name "${GIT_NAME}" git config --global user.name "${GIT_NAME}"
git config --global user.email "${GIT_EMAIL}" git config --global user.email "${GIT_EMAIL}"
git config --global credential.helper store git config --global credential.helper store

View File

@@ -17,6 +17,7 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- run: | - run: |
apt-get --quiet update && apt-get --quiet --assume-yes install makepkg
git config --global user.name "${GIT_NAME}" git config --global user.name "${GIT_NAME}"
git config --global user.email "${GIT_EMAIL}" git config --global user.email "${GIT_EMAIL}"
git config --global credential.helper store git config --global credential.helper store

View File

@@ -17,6 +17,7 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- run: | - run: |
apt-get --quiet update && apt-get --quiet --assume-yes install makepkg
git config --global user.name "${GIT_NAME}" git config --global user.name "${GIT_NAME}"
git config --global user.email "${GIT_EMAIL}" git config --global user.email "${GIT_EMAIL}"
git config --global credential.helper store git config --global credential.helper store

View File

@@ -17,6 +17,7 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- run: | - run: |
apt-get --quiet update && apt-get --quiet --assume-yes install makepkg
git config --global user.name "${GIT_NAME}" git config --global user.name "${GIT_NAME}"
git config --global user.email "${GIT_EMAIL}" git config --global user.email "${GIT_EMAIL}"
git config --global credential.helper store git config --global credential.helper store