From 6f2b07cea8c4f8d6c895309d6f3e8f3295aee6b7 Mon Sep 17 00:00:00 2001 From: Sophie Date: Thu, 25 Jul 2024 10:34:28 -0700 Subject: [PATCH] remove for examples --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d4c4066..a133f9e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -67,4 +67,4 @@ jobs: run: forc fmt --path examples --check - name: Build All Examples - run: forc build --error-on-warnings --path examples + run: forc build --path examples