File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 89
89
run : |
90
90
mkdir -p ~/.gmt
91
91
mv .gmt/* ~/.gmt
92
- ls -lh ~/.gmt
92
+ # Change modification times of the two files, so GMT won't refresh it
93
+ touch ~/.gmt/server/gmt_data_server.txt ~/.gmt/server/gmt_hash_server.txt
94
+ ls -lhR ~/.gmt
93
95
94
96
# Install the package that we want to test
95
97
- name : Install the package
Original file line number Diff line number Diff line change @@ -108,7 +108,9 @@ jobs:
108
108
run : |
109
109
mkdir -p ~/.gmt
110
110
mv .gmt/* ~/.gmt
111
- ls -lh ~/.gmt
111
+ # Change modification times of the two files, so GMT won't refresh it
112
+ touch ~/.gmt/server/gmt_data_server.txt ~/.gmt/server/gmt_hash_server.txt
113
+ ls -lhR ~/.gmt
112
114
113
115
# Install the package that we want to test
114
116
- name : Install the package
You can’t perform that action at this time.
0 commit comments