Skip to content

Commit

Permalink
add build script
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwarz-eitco-de committed Mar 26, 2024
1 parent 174400f commit 9b1dec0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-os-x.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
- name: List files in the repository
run: |
ls ${{ github.workspace }}
- run: ls -al pgsql/bin || echo "pgsql/bin does not exist"
- run: ls -al --recursive pgsql || echo "directory pgsql does not exist"
- run: echo "🍏 This job's status is ${{ job.status }}."
- run: curl https://raw.githubusercontent.com/eitco/build-postgres/${{ github.ref_name }}/build.sh > build.sh && chmod +x build.sh
- name: List files in the repository
run: |
ls ${{ github.workspace }}
- run: ./build.sh
- run: ls -al pgsql/bin || echo "pgsql/bin does not exist"
- run: ls -al --recursive pgsql || echo "directory pgsql does not exist"

0 comments on commit 9b1dec0

Please sign in to comment.