We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c23bca commit df3c56aCopy full SHA for df3c56a
1 file changed
.github/workflows/timezone-update.yml
@@ -42,6 +42,8 @@ jobs:
42
run: |
43
echo "Comparing current version ${{ env.current_version }} to new version ${{ env.new_version }}"
44
45
+ - run: apt-cache rdepends icu-devtools
46
+
47
- run: ./tools/update-timezone.mjs
48
if: ${{ env.new_version != env.current_version }}
49
0 commit comments