mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-09 09:41:37 +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
|
override: true
|
||||||
default: true
|
default: true
|
||||||
|
|
||||||
|
- name: Install latest stable Mold linker 🦠
|
||||||
|
uses: rui314/setup-mold@v1
|
||||||
|
with:
|
||||||
|
make-default: true
|
||||||
|
|
||||||
- name: Set up cargo cache 📦
|
- name: Set up cargo cache 📦
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
continue-on-error: false
|
continue-on-error: false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue