Skip to content

Commit

Permalink
Update build-and-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
angerman authored Aug 3, 2023
1 parent 1923b1a commit 25e0fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- run: |
mv /usr/local/bin/devx /usr/local/bin/devx.orig
echo "#!/bin/bash" > /usr/local/bin/devx
cat /usr/local/bin/devx.orig > /usr/local/bin/devx
cat /usr/local/bin/devx.orig >> /usr/local/bin/devx
chmod +x /usr/local/bin/devx
file /usr/local/bin/devx
head -n10 /usr/local/bin/devx
Expand Down

0 comments on commit 25e0fbe

Please sign in to comment.