mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-23 08:00:37 +00:00
restore permissions on 'zic' binary
It's used in 'make install'
This commit is contained in:
2
.github/workflows/build-macos.yml
vendored
2
.github/workflows/build-macos.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user