From 068eea55e0612184151461e64633b3dc18e53490 Mon Sep 17 00:00:00 2001 From: Namilskyy Date: Mon, 1 Dec 2025 14:06:10 +0300 Subject: Implemented test suite, fixed some issues and added more modular structure into .woodpecker.yaml --- src/pkgtoolkit/pkgtools.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pkgtoolkit') diff --git a/src/pkgtoolkit/pkgtools.rs b/src/pkgtoolkit/pkgtools.rs index 9fe01c6..29145d3 100644 --- a/src/pkgtoolkit/pkgtools.rs +++ b/src/pkgtoolkit/pkgtools.rs @@ -77,7 +77,7 @@ struct Build { } impl Archs { - fn as_str(&self) -> &'static str { + pub fn as_str(&self) -> &'static str { match self { Archs::X86_64 => "x86_64", Archs::Aarch64 => "aarch64", -- cgit v1.2.3