mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-13 19:08:41 -06:00
use mold as linker on linux
This commit is contained in:
parent
184fca2726
commit
db2bb1b53e
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -21,6 +21,8 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: rui314/setup-mold@v1
|
||||
if: runner.os == 'Linux'
|
||||
- uses: awalsh128/cache-apt-pkgs-action@v1.3.0
|
||||
if: runner.os == 'Linux'
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue