mirror of
https://github.com/sergi0g/cup.git
synced 2025-11-17 17:43:37 -05:00
Update build.yml
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -20,6 +20,8 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Set up cache
|
- name: Set up cache
|
||||||
uses: Mozilla-Actions/sccache-action@v0.0.5
|
uses: Mozilla-Actions/sccache-action@v0.0.5
|
||||||
|
- name: Install cross
|
||||||
|
run: cargo install cross
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cross build --release --target ${{ matrix.arch }}
|
run: cross build --release --target ${{ matrix.arch }}
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user