Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VirxEC authored Oct 30, 2023
1 parent a535cf3 commit b2d425a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Compile and release
uses: rust-build/[email protected].3
uses: rust-build/[email protected].4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RUSTFLAGS: "-C target-feature=-crt-static"
with:
TOOLCHAIN_VERSION: stable
RUSTTARGET: ${{ matrix.target }}
STATIC_LINKING: false
EXTRA_FILES: "README.md LICENSE"
PRE_BUILD: "prebuild.sh"

0 comments on commit b2d425a

Please sign in to comment.