mirror of
https://github.com/leptos-rs/leptos.git
synced 2025-12-27 09:54:41 -05:00
fix(CI): install trunk with bininstall
This commit is contained in:
4
.github/workflows/run-cargo-make-task.yml
vendored
4
.github/workflows/run-cargo-make-task.yml
vendored
@@ -70,9 +70,7 @@ jobs:
|
||||
run: cargo binstall cargo-make --no-confirm
|
||||
- name: Install Trunk
|
||||
if: contains(inputs.directory, 'examples')
|
||||
uses: jetli/trunk-action@v0.5.0
|
||||
with:
|
||||
version: "latest"
|
||||
run: cargo binstall trunk --no-confirm
|
||||
- name: Print Trunk Version
|
||||
if: contains(inputs.directory, 'examples')
|
||||
run: trunk --version
|
||||
|
||||
Reference in New Issue
Block a user