From 618ce9754aa75d7d47dd560445b63c1e1ca5756c Mon Sep 17 00:00:00 2001 From: Nat Karmios Date: Wed, 26 Jun 2024 11:01:31 +0100 Subject: [PATCH] Try to find binaries in CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 223ff24f..a8059116 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: - name: Packing binaries & dependencies for artifact run: | pwd - find _opam + opam exec -- which wisl make dist - name: Sending artifact for next jobs uses: actions/upload-artifact@v3