fix Windows CI, though native windows devel may not work
Needs looking into once someone wants to help develop on Windows
This commit is contained in:
parent
c609de8279
commit
1f274307ad
2 changed files with 1 additions and 2 deletions
|
|
@ -18,7 +18,6 @@ Future<void> main(List<String> args) => build(args, (input, output) async {
|
|||
break;
|
||||
case OS.windows:
|
||||
libFileName = "libgomuks.dll";
|
||||
env = {"GOCACHE": r"C:\Users\runneradmin\AppData\Local\go-build"};
|
||||
break;
|
||||
case OS.android:
|
||||
libFileName = "libgomuks.so";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue