Skip to content

Commit

Permalink
Use mold for GitHub Actions builds
Browse files Browse the repository at this point in the history
  • Loading branch information
vadz committed Dec 7, 2023
1 parent 52e2200 commit ad1cb2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ jobs:
set_env_var BUILD_EXAMPLES YES
fi
- name: Install better linker
uses: rui314/setup-mold@v1

- name: Install dependencies under Linux
if: runner.os == 'Linux'
run: ./scripts/ci/install.sh
Expand Down

0 comments on commit ad1cb2c

Please sign in to comment.