diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f8aa8de..b356f50 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,6 +76,8 @@ jobs: Add-Content $env:GITHUB_ENV ("LIB=" + $env:LIB + ";" + "C:\gtk-build\gtk\x64\release\lib") Add-Content $env:GITHUB_PATH "C:\gtk-build\gtk\x64\release\bin" + Get-ChildItem C:\gtk-build\gtk\x64\release\lib\gdk-pixbuf-2.0\2.10.0\loaders\*.dll + # We have hardcoded list of libraries in space-acres.wxs, make sure it didn't change unexpectedly Get-ChildItem C:\gtk-build\gtk\x64\release\bin\*.dll | ForEach-Object { $_.Name } > actual-dlls.log if (Compare-Object -ReferenceObject (Get-Content -Path res\windows\wix\expected-dlls.log) -DifferenceObject (Get-Content -Path actual-dlls.log)) { diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 3e726be..1c30d2f 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -269,5 +269,5 @@ jobs: with: tool: cargo-nextest - - name: cargo nextest run --locked --no-tests pass + - name: cargo nextest run --locked --no-tests=pass run: cargo -Zgitoxide -Zgit nextest run --locked --no-tests pass diff --git a/Cargo.lock b/Cargo.lock index 9870dec..e997200 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12130,7 +12130,7 @@ dependencies = [ [[package]] name = "space-acres" -version = "0.2.5" +version = "0.2.6" dependencies = [ "anyhow", "arc-swap", diff --git a/Cargo.toml b/Cargo.toml index 34912b5..fca45db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "space-acres" description = "Space Acres is an opinionated GUI application for farming on Autonomys Network" license = "0BSD" -version = "0.2.5" +version = "0.2.6" authors = ["Nazar Mokrynskyi "] repository = "https://github.com/autonomys/space-acres" edition = "2021"