Skip to content

Commit 31894a6

Browse files
committed
ci: Use actions zig
1 parent 03446c1 commit 31894a6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ jobs:
1515
timeout: 90
1616
workspace: setupCIWorkspace
1717
client-only: false
18+
zig-version: "0.15.2"

.github/workflows/release-tags.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
uses: FalsePattern/fpgradle-workflows/.github/workflows/release-tags.yml@master
1414
with:
1515
workspace: "setupCIWorkspace"
16+
zig-version: "0.15.2"
1617
secrets:
1718
MAVEN_DEPLOY_USER: ${{ secrets.MAVEN_DEPLOY_USER }}
1819
MAVEN_DEPLOY_PASSWORD: ${{ secrets.MAVEN_DEPLOY_PASSWORD }}

0 commit comments

Comments
 (0)