From 0f8862175869f22dfc7d801f7e201b61a5cefe1e Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 1 Feb 2024 21:43:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0macos=E5=92=8Clinux=E7=9A=84?= =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/main.yml | 3 +-- src/main.rs | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/main.yml b/.github/main.yml index 67ecd3d..27cbe1c 100644 --- a/.github/main.yml +++ b/.github/main.yml @@ -14,8 +14,7 @@ jobs: strategy: fail-fast: false matrix: - # os: [macos-latest, ubuntu-latest, windows-latest] - os: [windows-latest] + os: [macos-latest, ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} diff --git a/src/main.rs b/src/main.rs index 3836ecf..0790f4a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,8 +1,10 @@ #![windows_subsystem = "windows"] // #[cfg(not(windows))] +#[allow(unused)] mod other; #[cfg(windows)] +#[allow(unused)] mod win; mod config;