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 03446c1 commit 31894a6Copy full SHA for 31894a6
.github/workflows/build-and-test.yml
@@ -15,3 +15,4 @@ jobs:
15
timeout: 90
16
workspace: setupCIWorkspace
17
client-only: false
18
+ zig-version: "0.15.2"
.github/workflows/release-tags.yml
@@ -13,6 +13,7 @@ jobs:
13
uses: FalsePattern/fpgradle-workflows/.github/workflows/release-tags.yml@master
14
with:
workspace: "setupCIWorkspace"
secrets:
MAVEN_DEPLOY_USER: ${{ secrets.MAVEN_DEPLOY_USER }}
19
MAVEN_DEPLOY_PASSWORD: ${{ secrets.MAVEN_DEPLOY_PASSWORD }}
0 commit comments