We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7092a7f commit 4b7a8c5Copy full SHA for 4b7a8c5
1 file changed
.github/workflows/ci.yml
@@ -176,7 +176,7 @@ jobs:
176
id: pre-build-check
177
shell: bash
178
run: |
179
- if [ -e build/.iris_deps_build_stamp ]; then
+ if [ -e build/_deps/.iris_deps_build_stamp ]; then
180
echo "deps-timestamp=$(stat -c %Y build/_deps/.iris_deps_build_stamp)" >> $GITHUB_OUTPUT
181
else
182
echo "deps-timestamp=0" >> $GITHUB_OUTPUT
0 commit comments