rherrmannr

Results 8 comments of rherrmannr

Never happened to me. Cannot reproduce.

Consider a case like this: ![grafik](https://user-images.githubusercontent.com/25480651/28661600-86f299e8-72b7-11e7-91cc-4d76f5acc534.png) The transition would be highlighted all the time. You won't see the trigger action any more.

Using ``` [target.riscv32imc-esp-espidf] linker = "ldproxy" rustflags = ["-C", "default-linker-libraries"] ``` worked for me. Thanks for this hint. I've encountered this problem using `mqtt_protocol="0.11"`

+1 I have the same problem on Ubuntu 22.04

@lpil yes, as others stated you could use the `--manifest-path`: ``` cargo build --manifest-path /path/to/your/Cargo.toml ```

I've tried using `pip3 install cargo-lambda`, but wasn't able to use it in GitHub Action. [This](https://github.com/marketplace/actions/setup-cargo-lambda) worked for me! Thanks

Just as a hint, zig is required: ``` - uses: goto-bus-stop/setup-zig@v2 - name: Install Cargo Lambda uses: jaxxstorm/[email protected] with: repo: cargo-lambda/cargo-lambda tag: v0.14.0 platform: linux arch: x86_64 ```