Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
devedse committed Feb 17, 2024
1 parent bd51d25 commit 28096c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/githubactionsbuilds.yml
Expand Up @@ -72,9 +72,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: chmod +x all executable files
- name: Make files executable based on MIME type
run: |
find . -type f ! -name "*.*" -exec sh -c 'for f; do file --mime-type "$f" | grep -q "x-empty\|binary" && chmod +x "$f"; done' _ {} +
find . -type f ! -name "*.*" -exec sh -c 'for f; do file --mime-type "$f" | grep -q "x-empty\\|binary" && chmod +x "$f"; done' sh {} +
- name: Run paq8hp12_l64 as a test
run: |
pwd
Expand Down

0 comments on commit 28096c8

Please sign in to comment.