Skip to content

Commit

Permalink
Do not check dependencies before building
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkwouter committed Oct 23, 2024
1 parent f886955 commit e18c6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Generate build list
id: set-matrix
run: |
echo "build_list=$(./get_depends.py)" >> $GITHUB_OUTPUT
echo "build_list=$(find ./ -type f -name PKGBUILD|cut -d'/' -f1-2|tr '\n' ' ')" >> $GITHUB_OUTPUT
cat $GITHUB_OUTPUT
outputs:
build_list: ${{ steps.set-matrix.outputs.build_list }}
Expand Down

0 comments on commit e18c6f8

Please sign in to comment.