Skip to content

Commit

Permalink
chore: add feature flags
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysnewell committed Dec 6, 2023
1 parent ad8544b commit a9c4fe8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-lorikeet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a9c4fe8

Please # to comment.