From 42e8991ebfbad575d2a25b4b869439c920aa68cf Mon Sep 17 00:00:00 2001 From: Bartosz Nowak Date: Mon, 22 Jul 2024 13:23:31 +0200 Subject: [PATCH] ci fix --- .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 c8a9093..9ff48f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,6 +99,6 @@ jobs: - uses: actions/checkout@v3 - name: Check wasm compatibility run: |- - cd examples/no_std + cd examples/no_std_example rustup show cargo build -r --features ${{ matrix.layout }},keccak --no-default-features