Skip to content

Commit

Permalink
Fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Dec 10, 2024
1 parent 395622e commit b4d1827
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/release-tauri-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,6 @@ jobs:
# Checks out a copy of your repository on the ubuntu-latest machine
- uses: actions/checkout@v2

- name: Install nix
uses: cachix/install-nix-action@v27
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
nix_path: nixpkgs=channel:nixos-24.05

- name: setup node
uses: actions/setup-node@v1
with:
Expand All @@ -103,7 +97,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v3 # docs https://pnpm.io/continuous-integration#github-actions
with:
version: 9 # Optional: specify a pnpm version
version: 9.7.0 # Optional: specify a pnpm version

- name: install Go stable
uses: actions/setup-go@v4
Expand All @@ -129,7 +123,7 @@ jobs:
- name: Install and prepare
run: |
nix develop --command bash -c "pnpm install"
pnpm install
- name: Download release of the .happ
uses: robinraju/[email protected]
Expand Down

0 comments on commit b4d1827

Please sign in to comment.