Skip to content

Commit

Permalink
rebuild workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AndydeCleyre committed Dec 13, 2022
1 parent 08ca52c commit cde932b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/buildpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ jobs:
- name: render PKGBUILDs
run: ./mk/pkgbuilds.sh

- name: copy ttf-iosevka-term-custom-git PKGBUILD into build ctnr
- name: copy ttf-iosevka-custom-git PKGBUILD into build ctnr
run: |
buildah copy --chown dev ctnr pkgs/ttf-iosevka-term-custom-git /home/dev/ttf-iosevka-term-custom-git
buildah copy --chown dev ctnr pkgs/ttf-iosevka-custom-git /home/dev/ttf-iosevka-custom-git
- name: build and siphon ttf-iosevka-term-custom-git from build ctnr
- name: build and siphon ttf-iosevka-custom-git from build ctnr
run: |
buildah config -u dev --workingdir /home/dev/ttf-iosevka-term-custom-git ctnr
buildah config -u dev --workingdir /home/dev/ttf-iosevka-custom-git ctnr
buildah run ctnr makepkg --noconfirm -s
buildah run ctnr ls -lh
Expand Down

0 comments on commit cde932b

Please sign in to comment.