We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e67bbd commit cb23f9bCopy full SHA for cb23f9b
.github/workflows/_build.yml
@@ -131,11 +131,11 @@ jobs:
131
- name: Log build logs
132
run: |
133
find build || true
134
- # # Touch all build artifacts to current time
135
- # find build -type f -exec touch {} +
+ # Touch all build artifacts to current time
+ find build -type f -exec touch {} +
136
137
- # # Make sure source files are older
138
- # find . -name "*.cpp" -o -name "*.h" -o -name "*.cu" -o -name "*.cuh" | xargs touch -t 202001010000 2>/dev/null || true
+ # Make sure source files are older
+ find . -name "*.cpp" -o -name "*.h" -o -name "*.cu" -o -name "*.cuh" | xargs touch -t 202001010000 2>/dev/null || true
139
140
- name: Build wheel
141
id: build_wheel
0 commit comments