mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-21 16:21:25 +02:00
Switch trusted-signing-cli install method
This commit is contained in:
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@@ -60,9 +60,14 @@ jobs:
|
|||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
|
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
|
||||||
|
|
||||||
- name: install dependencies (windows only)
|
- name: Install trusted-signing-cli
|
||||||
|
uses: jaxxstorm/action-install-gh-release@v1.10.0
|
||||||
if: matrix.platform == 'windows-latest'
|
if: matrix.platform == 'windows-latest'
|
||||||
run: cargo install --force trusted-signing-cli
|
with:
|
||||||
|
repo: Levminer/trusted-signing-cli
|
||||||
|
tag: v0.8.0
|
||||||
|
asset-name: trusted-signing-cli
|
||||||
|
platform: 'window'
|
||||||
|
|
||||||
- name: Install NPM Dependencies
|
- name: Install NPM Dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|||||||
Reference in New Issue
Block a user