From f388835a24e395d9ca042776c0a2386a2784803d Mon Sep 17 00:00:00 2001 From: yutianwu Date: Tue, 15 Oct 2024 11:11:34 +0800 Subject: [PATCH] fix: add opbnb for check --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 03c491b36..cc18b42ca 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -44,4 +44,4 @@ jobs: - name: mingw-w64 run: sudo apt-get install -y mingw-w64 - name: Check OP-Reth - run: cargo check -p op-reth --features optimism --target x86_64-pc-windows-gnu + run: cargo check -p op-reth --features "optimism opbnb" --target x86_64-pc-windows-gnu