We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 024956c commit 53dbed6Copy full SHA for 53dbed6
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/setup-node@v3
21
with:
22
node-version: 16
23
- cache: 'npm'
+ cache: 'yarn'
24
25
- name: Install Rust stable
26
uses: dtolnay/rust-toolchain@stable
@@ -32,7 +32,7 @@ jobs:
32
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
33
34
- name: Install app dependencies
35
- run: npm ci
+ run: yarn install --frozen-lockfile
36
37
- name: Build the app
38
uses: tauri-apps/tauri-action@v0
0 commit comments