From a9c4fe81bbc7dbd3c3dd4010724b0ba38856caba Mon Sep 17 00:00:00 2001 From: rhysnewell Date: Wed, 6 Dec 2023 04:49:46 +0000 Subject: [PATCH] chore: add feature flags --- .github/workflows/release-lorikeet.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-lorikeet.yml b/.github/workflows/release-lorikeet.yml index c8e8eae..c53cd0c 100644 --- a/.github/workflows/release-lorikeet.yml +++ b/.github/workflows/release-lorikeet.yml @@ -9,8 +9,10 @@ jobs: steps: - uses: actions/checkout@main if: github.actor != 'dependabot[bot]' - - name: Set env + - name: Set release version run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV + - name: Set rust flags + run: echo "RUSTFLAGS=\"-C target-feature=-crt-static\"" >> $GITHUB_ENV - id: 'compile' uses: rhysnewell/rust-cargo-musl-action@v0.1.20 with: