We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 938d4b4 commit ed48ea8Copy full SHA for ed48ea8
.github/workflows/CD.yml
@@ -12,6 +12,8 @@ jobs:
12
- name: Set environment for version
13
run: long="${{ github.ref }}"; version=${long#"refs/tags/v"}; echo "version=${version}" >> $GITHUB_ENV
14
- uses: actions/checkout@v3
15
+ - uses: Homebrew/actions/setup-homebrew@master
16
+ id: set-up-homebrew
17
- uses: gradle/wrapper-validation-action@v1
18
- uses: actions/setup-java@v3
19
with:
.github/workflows/CI.yml
@@ -24,6 +24,8 @@ jobs:
24
25
steps:
26
27
28
29
30
- run: brew install libpq
31
0 commit comments