Add execute permissions.

This commit is contained in:
Christian Deacon
2021-12-06 01:44:34 -06:00
committed by GitHub
parent 123a48311b
commit dbf5b754f0

View File

@@ -19,5 +19,7 @@ jobs:
name: build-output
- name: List files
run: ls -la
- name: run XDP FW with help menu
- name: Add execute permissions to executable file
run: sudo chmod +x ./xdpfw
- name: Run XDP FW with help menu
run: sudo ./xdpfw -h