From ce2947b4b99c20f88fa2045302983d2cca058c91 Mon Sep 17 00:00:00 2001 From: "Mayeul@Zama" Date: Tue, 31 May 2022 10:42:03 +0200 Subject: [PATCH] fix: fix API compatibility check with compiler --- .github/workflows/compiler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compiler.yml b/.github/workflows/compiler.yml index 94682c50f..2956d7012 100644 --- a/.github/workflows/compiler.yml +++ b/.github/workflows/compiler.yml @@ -47,7 +47,7 @@ jobs: - name: Override optimizer for compiler uses: actions/checkout@v3 with: - path: compiler/.dependencies/concrete-optimizer + path: compiler/concrete-optimizer - name: Install rust uses: actions-rs/toolchain@v1