mirror of https://github.com/Leinnan/rpack.git
Update build.yml
This commit is contained in:
parent
ee44f11d9d
commit
c7fe1ca6eb
|
|
@ -26,6 +26,9 @@ jobs:
|
||||||
key: ${{ runner.os }}-build-${{ hashFiles('**/Cargo.lock') }}
|
key: ${{ runner.os }}-build-${{ hashFiles('**/Cargo.lock') }}
|
||||||
restore-keys: ${{ runner.os }}-build-
|
restore-keys: ${{ runner.os }}-build-
|
||||||
- uses: extractions/setup-just@v2
|
- uses: extractions/setup-just@v2
|
||||||
|
- uses: taiki-e/install-action@v2
|
||||||
|
with:
|
||||||
|
tool: cargo-bundle
|
||||||
- name: Mac build
|
- name: Mac build
|
||||||
if: startsWith(runner.os, 'macos')
|
if: startsWith(runner.os, 'macos')
|
||||||
working-directory: crates/rpack_egui
|
working-directory: crates/rpack_egui
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue