Merge pull request #58 from amaanq/fix-ci-rustflags

ci: fix
This commit is contained in:
raf 2026-03-28 00:11:25 +03:00 committed by GitHub
commit 6ca830125f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View file

@ -16,6 +16,11 @@ jobs:
fetch-depth: 0
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
rustflags: ""
- name: Make Mold the default linker
uses: rui314/setup-mold@v1
- name: Create metrics directory
run: mkdir -p /tmp/metrics

View file

@ -29,6 +29,7 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
target: ${{ matrix.target }}
rustflags: ""
- name: "Make Mold the default linker"
uses: rui314/setup-mold@v1