]> git.nega.tv - josh/narcissus/commitdiff
Add mold to github workflow
authorJosh Simmons <josh@nega.tv>
Mon, 5 Sep 2022 21:32:42 +0000 (23:32 +0200)
committerGitHub <noreply@github.com>
Mon, 5 Sep 2022 21:32:42 +0000 (23:32 +0200)
.github/workflows/rust.yml

index 31000a2744c827501c1e2e45879484eaca2cad17..3cdfe2459d60d84c5397762771df70f726edf957 100644 (file)
@@ -15,6 +15,9 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
+    - uses: rui314/setup-mold@v1
+      with:
+        make-default: false
     - uses: actions/checkout@v3
     - name: Build
       run: cargo build --verbose