Skip to content

Commit 86a8b7a

Browse files
committed
No nightly
1 parent 7725f44 commit 86a8b7a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/multi-platform.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
bindings-ref: main
4040
combine: true
4141
target: ${{ matrix.config.target }}
42-
sdk: nightly
4342

4443
package:
4544
name: Package builds

mod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"geode": "3.3.1",
2+
"geode": "3.3.0",
33
"gd": {
44
"win": "2.206",
55
"android": "2.206",
@@ -17,7 +17,7 @@
1717
{
1818
"id": "geode.node-ids",
1919
"importance": "required",
20-
"version": "v1.10.0"
20+
"version": ">=v1.10.0"
2121
}
2222
],
2323
"settings": {

0 commit comments

Comments
 (0)