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 be51fd3 commit fe1be6d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-os-x.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- name: Check out postgres code
uses: actions/checkout@master
uses: actions/checkout@v4
with:
repository: postgres/postgres
ref: refs/tags/REL_16_2
Expand All @@ -22,4 +22,6 @@ jobs:
run: |
ls ${{ github.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
- name: Check out build script
uses: actions/checkout@v4
- run: ./build.sh

0 comments on commit fe1be6d

Please sign in to comment.