Skip to content

Commit

Permalink
test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
xTVaser committed Nov 3, 2023
1 parent 9d61ae9 commit cfcbd89
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,18 @@ jobs:
with:
ref: "main"

- name: Setup Node
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: pnpm

- name: Install Dependencies
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
run_install: true

- name: Install Decky CLI
run: |
mkdir ./cli
curl -L -o ./cli/decky "https://github.com/SteamDeckHomebrew/cli/releases/latest/download/decky"
Expand Down

0 comments on commit cfcbd89

Please sign in to comment.