Skip to content

Commit

Permalink
CI: Set executable bit on updated config.guess and config.sub files (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Feb 27, 2024
1 parent 29e1b80 commit 9aacb94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/periodic_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: "Check that autoconf scripts are up-to-date:"
run: |
rm -f config.guess config.sub
wget http://git.savannah.gnu.org/cgit/config.git/plain/config.guess
wget http://git.savannah.gnu.org/cgit/config.git/plain/config.sub
wget http://git.savannah.gnu.org/cgit/config.git/plain/config.guess && chmod +x config.guess
wget http://git.savannah.gnu.org/cgit/config.git/plain/config.sub && chmod +x config.sub
# Display changes, only to follow along in the logs.
- run: git diff config.guess config.sub
- name: Double check if files are modified
Expand Down

0 comments on commit 9aacb94

Please sign in to comment.