m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-17 09:33:38 -05:00

Update build.yml

This commit is contained in:
Sergio
2024-07-09 10:38:54 +03:00
committed by GitHub
parent 0435e880e5
commit a587962592

View File

@@ -20,6 +20,8 @@ jobs:
uses: actions/checkout@v4
- name: Set up cache
uses: Mozilla-Actions/sccache-action@v0.0.5
- name: Install cross
run: cargo install cross
- name: Build
run: cross build --release --target ${{ matrix.arch }}
env: