Skip to content

Commit

Permalink
Fix git permission issue during CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
jnidzwetzki committed Dec 14, 2022
1 parent 558688c commit 8d18263
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linux-32bit-build-and-test.yaml
Expand Up @@ -63,6 +63,8 @@ jobs:

- name: Build TimescaleDB
run: |
pwd
ls -lR /__w/timescaledb/timescaledb
./bootstrap -DCMAKE_BUILD_TYPE="${{ matrix.build_type }}" -DPG_SOURCE_DIR=~/postgresql -DREQUIRE_ALL_TESTS=ON
make -C build install
chown -R postgres:postgres .
Expand Down

0 comments on commit 8d18263

Please sign in to comment.