From 19b983653bade9ba48ae325a346933408619e749 Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Sat, 7 Mar 2026 00:39:26 -0500 Subject: [PATCH] Attempt To Enable Experimental Feature Signed-off-by: Will Hawkins --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 6601ce5..638eaca 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -34,7 +34,7 @@ jobs: # See https://github.com/orgs/community/discussions/25742 - run: tree-sitter generate working-directory: ./tree-sitter-p4 - - run: swift build swift --disable-experimental-prebuilts + - run: swift build --disable-experimental-prebuilts - run: swift test library-format-tests: name: Library Format Tests