Skip to content

Commit 8e70fea

Browse files
committed
dont build for nightly
1 parent 48a2c56 commit 8e70fea

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
@@ -37,7 +37,7 @@ jobs:
3737
build-config: 'RelWithDebInfo'
3838
export-pdb: true
3939
combine: true
40-
sdk: 'nightly'
40+
# sdk: 'nightly'
4141
target: ${{ matrix.config.target }}
4242

4343
package:

mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"geode": "4.1.0",
2+
"geode": "4.0.1",
33
"version": "v1.7.6",
44
"gd": {
55
"win": "2.2074",

0 commit comments

Comments
 (0)