mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -08:00
Update release.yml
This commit is contained in:
parent
1de9f67f8a
commit
dff1911c57
1 changed files with 9 additions and 3 deletions
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
|
|
@ -30,7 +30,6 @@ jobs:
|
|||
with:
|
||||
submodules: 'true'
|
||||
|
||||
- uses: pnpm/action-setup@v2
|
||||
# - name: Install native dependencies for flatpack
|
||||
# run: sudo apt-get install -y flatpak-builder elfutils
|
||||
- name: Install Snapcraft
|
||||
|
|
@ -41,6 +40,9 @@ jobs:
|
|||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16.x
|
||||
- uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: latest
|
||||
|
||||
- name: Get npm cache directory
|
||||
uses: actions/cache@v3
|
||||
|
|
@ -103,7 +105,9 @@ jobs:
|
|||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16.x
|
||||
|
||||
- uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: latest
|
||||
- name: Get npm cache directory
|
||||
uses: actions/cache@v3
|
||||
id: cache
|
||||
|
|
@ -172,7 +176,9 @@ jobs:
|
|||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16.x
|
||||
|
||||
- uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: latest
|
||||
# wait for https://github.com/actions/cache/issues/988
|
||||
# - name: Get npm cache directory
|
||||
# id: npm-cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue