mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-24 12:35:31 +00:00
commit
4a2f54a781
1 changed files with 5 additions and 0 deletions
5
.github/workflows/rust.yml
vendored
5
.github/workflows/rust.yml
vendored
|
|
@ -24,6 +24,11 @@ jobs:
|
|||
override: true
|
||||
default: true
|
||||
|
||||
- name: Install latest stable Mold linker 🦠
|
||||
uses: rui314/setup-mold@v1
|
||||
with:
|
||||
make-default: true
|
||||
|
||||
- name: Set up cargo cache 📦
|
||||
uses: actions/cache@v3
|
||||
continue-on-error: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue