Skip to content

Commit a99dd13

Browse files
committed
fix
1 parent e121827 commit a99dd13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build the mod
2525
uses: geode-sdk/build-geode-mod@main
2626
with:
27-
sdk: 'nightly'
27+
sdk: 'v3.1.1'
2828
cli: 'v3.0.0'
2929
bindings: geode-sdk/bindings
3030
bindings-ref: main

mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"geode": "3.2.0",
2+
"geode": "3.1.1",
33
"gd": {
44
"win": "2.206"
55
},

0 commit comments

Comments
 (0)