Skip to content

Commit 3e03cc6

Browse files
committed
Merge branch '0.15.x' of github.com:kcbanner/zphysics into 0.15.x
2 parents 93f2918 + 6043f51 commit 3e03cc6

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,8 @@ jobs:
2020
steps:
2121
- name: Checkout repository
2222
uses: actions/checkout@v3
23-
- name: Read .zig-version
24-
id: zigversion
25-
uses: juliangruber/read-file-action@v1
26-
with:
27-
path: ./.zigversion
2823
- name: Install Zig
29-
uses: mlugg/setup-zig@v1
30-
with:
31-
version: ${{ steps.zigversion.outputs.content }}
24+
uses: mlugg/setup-zig@v2
3225
- name: Check format
3326
continue-on-error: true
3427
run: zig fmt --check .

.zigversion

Lines changed: 0 additions & 1 deletion
This file was deleted.

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.name = .zphysics,
33
.fingerprint = 0x1def6aac00c4909d,
44
.version = "0.2.0-dev",
5-
.minimum_zig_version = "0.14.1",
5+
.minimum_zig_version = "0.14.0",
66
.paths = .{
77
"build.zig",
88
"build.zig.zon",

0 commit comments

Comments
 (0)