Skip to content

Commit

Permalink
Fix CI steps
Browse files Browse the repository at this point in the history
  • Loading branch information
mircearoata committed Dec 15, 2023
1 parent de67d5f commit 699da05
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- name: Install additional dependencies
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt update
sudo apt -y install libgtk-3-dev libwebkit2gtk-4.0-dev
- name: Install Wails
Expand Down Expand Up @@ -77,15 +78,15 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v2
with:
version: ${{ env.PNPM_VERSION }}

- uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
cache: 'pnpm'
cache-dependency-path: frontend

- uses: pnpm/action-setup@v2
with:
version: ${{ env.PNPM_VERSION }}

- name: Install dependencies
working-directory: frontend
Expand Down

0 comments on commit 699da05

Please sign in to comment.