Skip to content

Commit

Permalink
chore: Add udev rules directory to build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Turbin committed Aug 24, 2024
1 parent 0ec81e8 commit 1a9f01d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env:
INSTALL_DIR: ${{ github.workspace }}/v4l-utils-install
KEYTABLE_USER_DIR: ${{ github.workspace }}/v4l-utils-install/etc/rc_keymaps
KEYTABLE_SYSTEM_DIR: ${{ github.workspace }}/v4l-utils-install/etc/rc_keymaps
UDEV_RULES_DIR: ${{ github.workspace }}/v4l-utils-install/lib/udev/rules.d

jobs:
build-v4l-utils:
Expand Down Expand Up @@ -63,7 +64,8 @@ jobs:
run: |
make install \
keytableuserdir=${{ env.KEYTABLE_USER_DIR }} \
keytablesystemdir=${{ env.KEYTABLE_SYSTEM_DIR }}
keytablesystemdir=${{ env.KEYTABLE_SYSTEM_DIR }} \
udevrulesdir=${{ env.UDEV_RULES_DIR }}
- name: List installed files
run: find ${{github.workspace}}/v4l-utils-install
Expand Down

0 comments on commit 1a9f01d

Please sign in to comment.