Skip to content

Commit 4b7a8c5

Browse files
committed
Fix
1 parent 7092a7f commit 4b7a8c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
id: pre-build-check
177177
shell: bash
178178
run: |
179-
if [ -e build/.iris_deps_build_stamp ]; then
179+
if [ -e build/_deps/.iris_deps_build_stamp ]; then
180180
echo "deps-timestamp=$(stat -c %Y build/_deps/.iris_deps_build_stamp)" >> $GITHUB_OUTPUT
181181
else
182182
echo "deps-timestamp=0" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)