Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
set rust flags
Browse files Browse the repository at this point in the history
  • Loading branch information
dharjeezy committed Sep 15, 2023
1 parent f30ac8e commit 5210e8a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
toolchain: nightly-2023-08-23
targets: wasm32-unknown-unknown

- name: Set RUSTFLAGS environment variable
run: |
echo 'export RUSTFLAGS="-C link-args=-Wl,--allow-multiple-definition"' >> $GITHUB_ENV
- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
Expand Down

0 comments on commit 5210e8a

Please sign in to comment.