Bump src/third_party/reflect-cpp from 644d93f
to 87cad26
(#614)
#105
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: AUR package build test | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
strategy: | |
fail-fast: false | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
submodules: true | |
- name: Verify integrity | |
uses: 2m/arch-pkgbuild-builder@v1.21 | |
with: | |
target: 'srcinfo' | |
pkgname: '.github/aur/photobroom-git' | |
- name: Build Package | |
uses: 2m/arch-pkgbuild-builder@v1.21 | |
with: | |
target: 'pkgbuild' | |
pkgname: '.github/aur/photobroom-git' |