Skip to content

Commit

Permalink
Starting to get curious if this is actually the issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tsadpbb committed Sep 9, 2024
1 parent b64a653 commit d1520d6
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,11 @@ jobs:
# https://www.gnu.org/savannah-checkouts/gnu/automake/manual/html_node/Version-Control.html
- name: Update File Timestamps
run: |
cd tap
touch configure.in
touch configure
touch *.m4
touch *.am
touch Makefile
find . -name "Makefile.in" -exec touch {} \;
find . -name "Makefile.am" -exec touch {} \;
find . -name "*.in" -exec touch {} \;
find . -name "*.am" -exec touch {} \;
find . -name "*.ac" -exec touch {} \;
find . -name "*.m4" -exec touch {} \;
find . -name "Makefile" -exec touch {} \;
find . -name "configure" -exec touch {} \;
- name: Run Tests
run: make test

0 comments on commit d1520d6

Please sign in to comment.