-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
395622e
commit b4d1827
Showing
1 changed file
with
2 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -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 | ||
|
@@ -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] | ||
|