Skip to content

Commit

Permalink
awef
Browse files Browse the repository at this point in the history
  • Loading branch information
devedse committed Feb 17, 2024
1 parent 7f06108 commit edf6d63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/githubactionsbuilds.yml
Expand Up @@ -79,6 +79,9 @@ jobs:
cd /home/runner/work/DeveMultiCompressor/DeveMultiCompressor/DeveMultiCompressor/Compressors/paq8hp12any_src
./paq8hp12_l64 -8 blah.paq8hp12 readme.txt
find .
- name: chmod +x all executable files
run: |
find . -type f ! -name "*.*" -exec sh -c 'for f; do file --mime-type "$f" | grep -q "x-empty\|binary" && chmod +x "$f"; done' _ {} +
- name: Install wine
run: |
## Ubuntu
Expand Down

0 comments on commit edf6d63

Please sign in to comment.