restore permissions on 'zic' binary

It's used in 'make install'
This commit is contained in:
Heikki Linnakangas
2025-06-26 18:17:05 +03:00
parent f56f241db4
commit 70785f1d94

View File

@@ -154,7 +154,7 @@ jobs:
# https://github.com/actions/download-artifact?tab=readme-ov-file#permission-loss
- name: Make pg_install/v*/bin/* executable
run: |
chmod +x pg_install/v*/bin/*
chmod +x pg_install/v*/bin/* build/v*/src/timezone/zic
# Explicitly update the rust toolchain before running 'make'. The parallel make build can
# invoke 'cargo build' more than once in parallel, for different crates. That's OK, 'cargo'